pub struct ExtendedAttributes(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for ExtendedAttributes
impl Clone for ExtendedAttributes
Source§fn clone(&self) -> ExtendedAttributes
fn clone(&self) -> ExtendedAttributes
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 moreSource§impl Debug for ExtendedAttributes
impl Debug for ExtendedAttributes
Source§impl Default for ExtendedAttributes
impl Default for ExtendedAttributes
Source§fn default() -> ExtendedAttributes
fn default() -> ExtendedAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExtendedAttributes
impl<'de> Deserialize<'de> for ExtendedAttributes
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<const N: usize> From<[(FlyByteStr, FlyByteStr); N]> for ExtendedAttributes
impl<const N: usize> From<[(FlyByteStr, FlyByteStr); N]> for ExtendedAttributes
Source§fn from(value: [(FlyByteStr, FlyByteStr); N]) -> Self
fn from(value: [(FlyByteStr, FlyByteStr); N]) -> Self
Converts to this type from the input type.
Source§impl FromIterator<(FlyByteStr, FlyByteStr)> for ExtendedAttributes
impl FromIterator<(FlyByteStr, FlyByteStr)> for ExtendedAttributes
Source§fn from_iter<T: IntoIterator<Item = (FlyByteStr, FlyByteStr)>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = (FlyByteStr, FlyByteStr)>>(iter: T) -> Self
Creates a value from an iterator. Read more
Source§impl PartialEq for ExtendedAttributes
impl PartialEq for ExtendedAttributes
Source§impl Serialize for ExtendedAttributes
impl Serialize for ExtendedAttributes
impl Eq for ExtendedAttributes
impl StructuralPartialEq for ExtendedAttributes
Auto Trait Implementations§
impl Freeze for ExtendedAttributes
impl RefUnwindSafe for ExtendedAttributes
impl Send for ExtendedAttributes
impl Sync for ExtendedAttributes
impl Unpin for ExtendedAttributes
impl UnwindSafe for ExtendedAttributes
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