pub struct Attributes { /* private fields */ }
Trait Implementations§
Source§impl Debug for Attributes
impl Debug for Attributes
Source§impl From<&Attributes<'_>> for Attributes
impl From<&Attributes<'_>> for Attributes
Source§fn from(attrs: &Attributes<'_>) -> Self
fn from(attrs: &Attributes<'_>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Attributes
impl RefUnwindSafe for Attributes
impl Send for Attributes
impl Sync for Attributes
impl Unpin for Attributes
impl UnwindSafe for Attributes
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