pub struct AttributeEntry { /* private fields */ }Auto Trait Implementations§
impl !RefUnwindSafe for AttributeEntry
impl !Send for AttributeEntry
impl !Sync for AttributeEntry
impl !UnwindSafe for AttributeEntry
impl Freeze for AttributeEntry
impl Unpin for AttributeEntry
impl UnsafeUnpin for AttributeEntry
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