Enum apidoc_attr::serde::SerdeDefault
source · pub enum SerdeDefault {
Default,
}Variants§
Default
Trait Implementations§
source§impl Clone for SerdeDefault
impl Clone for SerdeDefault
source§fn clone(&self) -> SerdeDefault
fn clone(&self) -> SerdeDefault
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SerdeDefault
impl RefUnwindSafe for SerdeDefault
impl Send for SerdeDefault
impl Sync for SerdeDefault
impl Unpin for SerdeDefault
impl UnwindSafe for SerdeDefault
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