pub struct SerializeManySparse { /* private fields */ }
Expand description
Builder for the SerializeManySparse
operation.
Implementations§
Source§impl SerializeManySparse
impl SerializeManySparse
Trait Implementations§
Source§impl Debug for SerializeManySparse
impl Debug for SerializeManySparse
Source§impl Default for SerializeManySparse
impl Default for SerializeManySparse
Source§fn default() -> SerializeManySparse
fn default() -> SerializeManySparse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SerializeManySparse
impl RefUnwindSafe for SerializeManySparse
impl Send for SerializeManySparse
impl Sync for SerializeManySparse
impl Unpin for SerializeManySparse
impl UnwindSafe for SerializeManySparse
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