pub struct MimeTypedBuffer { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for MimeTypedBuffer
impl Clone for MimeTypedBuffer
Source§fn clone(&self) -> MimeTypedBuffer
fn clone(&self) -> MimeTypedBuffer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MimeTypedBuffer
impl Debug for MimeTypedBuffer
Source§impl From<MimeTypedBuffer> for JsValue
impl From<MimeTypedBuffer> for JsValue
Source§fn from(value: MimeTypedBuffer) -> Self
fn from(value: MimeTypedBuffer) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for MimeTypedBuffer
impl FromWasmAbi for MimeTypedBuffer
Source§impl IntoWasmAbi for MimeTypedBuffer
impl IntoWasmAbi for MimeTypedBuffer
Source§impl LongRefFromWasmAbi for MimeTypedBuffer
impl LongRefFromWasmAbi for MimeTypedBuffer
Source§impl OptionFromWasmAbi for MimeTypedBuffer
impl OptionFromWasmAbi for MimeTypedBuffer
Source§impl OptionIntoWasmAbi for MimeTypedBuffer
impl OptionIntoWasmAbi for MimeTypedBuffer
Source§impl RefFromWasmAbi for MimeTypedBuffer
impl RefFromWasmAbi for MimeTypedBuffer
Source§type Anchor = RcRef<MimeTypedBuffer>
type Anchor = RcRef<MimeTypedBuffer>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for MimeTypedBuffer
impl RefMutFromWasmAbi for MimeTypedBuffer
Source§impl TryFromJsValue for MimeTypedBuffer
impl TryFromJsValue for MimeTypedBuffer
Source§impl VectorFromWasmAbi for MimeTypedBuffer
impl VectorFromWasmAbi for MimeTypedBuffer
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[MimeTypedBuffer]>
Source§impl VectorIntoJsValue for MimeTypedBuffer
impl VectorIntoJsValue for MimeTypedBuffer
fn vector_into_jsvalue(vector: Box<[MimeTypedBuffer]>) -> JsValue
Source§impl VectorIntoWasmAbi for MimeTypedBuffer
impl VectorIntoWasmAbi for MimeTypedBuffer
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[MimeTypedBuffer]>) -> Self::Abi
Source§impl WasmDescribeVector for MimeTypedBuffer
impl WasmDescribeVector for MimeTypedBuffer
impl SupportsConstructor for MimeTypedBuffer
impl SupportsInstanceProperty for MimeTypedBuffer
impl SupportsStaticProperty for MimeTypedBuffer
Auto Trait Implementations§
impl Freeze for MimeTypedBuffer
impl RefUnwindSafe for MimeTypedBuffer
impl !Send for MimeTypedBuffer
impl !Sync for MimeTypedBuffer
impl Unpin for MimeTypedBuffer
impl UnwindSafe for MimeTypedBuffer
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.