#[repr(u32)]pub(super) enum StructuredCloneTags {
Show 22 variants
Min = 4_294_934_528,
DomBlob = 4_294_934_529,
DomFile = 4_294_934_530,
DomFileList = 4_294_934_531,
MessagePort = 4_294_934_532,
Principals = 4_294_934_533,
DomPointReadOnly = 4_294_934_534,
DomPoint = 4_294_934_535,
ReadableStream = 4_294_934_536,
DomException = 4_294_934_537,
WritableStream = 4_294_934_538,
TransformStream = 4_294_934_539,
ImageBitmap = 4_294_934_540,
OffscreenCanvas = 4_294_934_541,
QuotaExceededError = 4_294_934_542,
DomRect = 4_294_934_543,
DomRectReadOnly = 4_294_934_544,
DomQuad = 4_294_934_545,
DomMatrix = 4_294_934_546,
DomMatrixReadOnly = 4_294_934_547,
ImageData = 4_294_934_548,
Max = 4_294_967_295,
}Variants§
Min = 4_294_934_528
To support additional types, add new tags with values incremented from the last one before Max.
DomBlob = 4_294_934_529
DomFile = 4_294_934_530
DomFileList = 4_294_934_531
MessagePort = 4_294_934_532
Principals = 4_294_934_533
DomPointReadOnly = 4_294_934_534
DomPoint = 4_294_934_535
ReadableStream = 4_294_934_536
DomException = 4_294_934_537
WritableStream = 4_294_934_538
TransformStream = 4_294_934_539
ImageBitmap = 4_294_934_540
OffscreenCanvas = 4_294_934_541
QuotaExceededError = 4_294_934_542
DomRect = 4_294_934_543
DomRectReadOnly = 4_294_934_544
DomQuad = 4_294_934_545
DomMatrix = 4_294_934_546
DomMatrixReadOnly = 4_294_934_547
ImageData = 4_294_934_548
Max = 4_294_967_295
Trait Implementations§
Source§impl From<Serializable> for StructuredCloneTags
impl From<Serializable> for StructuredCloneTags
Source§fn from(v: SerializableInterface) -> Self
fn from(v: SerializableInterface) -> Self
Converts to this type from the input type.
Source§impl From<Transferrable> for StructuredCloneTags
impl From<Transferrable> for StructuredCloneTags
Source§fn from(v: TransferrableInterface) -> Self
fn from(v: TransferrableInterface) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StructuredCloneTags
impl RefUnwindSafe for StructuredCloneTags
impl Send for StructuredCloneTags
impl Sync for StructuredCloneTags
impl Unpin for StructuredCloneTags
impl UnwindSafe for StructuredCloneTags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
Source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
Source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
Source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert