Enum serde_derive_internals::Derive
source · [−]pub enum Derive {
Serialize,
Deserialize,
}Variants
Serialize
Deserialize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Derive
impl Send for Derive
impl Sync for Derive
impl Unpin for Derive
impl UnwindSafe for Derive
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more