pub struct EmptyDeserializeOptions;Expand description
GenlMessage deserialization does not take any options.
Trait Implementations§
Source§impl Default for EmptyDeserializeOptions
impl Default for EmptyDeserializeOptions
Source§fn default() -> EmptyDeserializeOptions
fn default() -> EmptyDeserializeOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EmptyDeserializeOptions
impl RefUnwindSafe for EmptyDeserializeOptions
impl Send for EmptyDeserializeOptions
impl Sync for EmptyDeserializeOptions
impl Unpin for EmptyDeserializeOptions
impl UnwindSafe for EmptyDeserializeOptions
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