pub struct Attributs(/* private fields */);Implementations§
Trait Implementations§
impl Eq for Attributs
impl StructuralPartialEq for Attributs
Auto Trait Implementations§
impl Freeze for Attributs
impl RefUnwindSafe for Attributs
impl Send for Attributs
impl Sync for Attributs
impl Unpin for Attributs
impl UnwindSafe for Attributs
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