pub struct AttributeDefault { /* private fields */ }
Implementations§
Source§impl AttributeDefault
Auto-generated by derive_getters::Getters
.
impl AttributeDefault
Auto-generated by derive_getters::Getters
.
Trait Implementations§
Source§impl Clone for AttributeDefault
impl Clone for AttributeDefault
Source§fn clone(&self) -> AttributeDefault
fn clone(&self) -> AttributeDefault
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 AttributeDefault
impl Debug for AttributeDefault
Source§impl<'de> Deserialize<'de> for AttributeDefault
impl<'de> Deserialize<'de> for AttributeDefault
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AttributeDefault
impl PartialEq for AttributeDefault
Source§impl Serialize for AttributeDefault
impl Serialize for AttributeDefault
impl StructuralPartialEq for AttributeDefault
Auto Trait Implementations§
impl Freeze for AttributeDefault
impl RefUnwindSafe for AttributeDefault
impl Send for AttributeDefault
impl Sync for AttributeDefault
impl Unpin for AttributeDefault
impl UnwindSafe for AttributeDefault
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