pub struct AttrDefault { /* private fields */ }
Implementations§
Source§impl AttrDefault
Auto-generated by derive_getters::Getters
.
impl AttrDefault
Auto-generated by derive_getters::Getters
.
Trait Implementations§
Source§impl Clone for AttrDefault
impl Clone for AttrDefault
Source§fn clone(&self) -> AttrDefault
fn clone(&self) -> AttrDefault
Returns a duplicate 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 moreSource§impl Debug for AttrDefault
impl Debug for AttrDefault
Source§impl PartialEq for AttrDefault
impl PartialEq for AttrDefault
impl StructuralPartialEq for AttrDefault
Auto Trait Implementations§
impl Freeze for AttrDefault
impl RefUnwindSafe for AttrDefault
impl Send for AttrDefault
impl Sync for AttrDefault
impl Unpin for AttrDefault
impl UnwindSafe for AttrDefault
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