pub enum Serialize {
Serialize,
NoSerialize,
}Expand description
Controls whether APIs should serialize values.
Variants§
Trait Implementations§
impl StructuralPartialEq for Serialize
Auto Trait Implementations§
impl Freeze for Serialize
impl RefUnwindSafe for Serialize
impl Send for Serialize
impl Sync for Serialize
impl Unpin for Serialize
impl UnsafeUnpin for Serialize
impl UnwindSafe for Serialize
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