pub struct AttributeValue<'d, M: RawMutex> { /* private fields */ }
Expand description
A value of an attribute.
Auto Trait Implementations§
impl<'d, M> !Freeze for AttributeValue<'d, M>
impl<'d, M> !RefUnwindSafe for AttributeValue<'d, M>
impl<'d, M> Send for AttributeValue<'d, M>where
M: Send,
impl<'d, M> Sync for AttributeValue<'d, M>where
M: Sync,
impl<'d, M> Unpin for AttributeValue<'d, M>where
M: Unpin,
impl<'d, M> !UnwindSafe for AttributeValue<'d, M>
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