pub struct TypeSerialize { /* private fields */ }
Expand description
A structure for serializing Rust values to IDL types.
Implementations§
source§impl TypeSerialize
impl TypeSerialize
Trait Implementations§
source§impl Default for TypeSerialize
impl Default for TypeSerialize
source§fn default() -> TypeSerialize
fn default() -> TypeSerialize
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TypeSerialize
impl RefUnwindSafe for TypeSerialize
impl !Send for TypeSerialize
impl !Sync for TypeSerialize
impl Unpin for TypeSerialize
impl UnwindSafe for TypeSerialize
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