pub struct DataAttr(/* private fields */);Expand description
$Data Attribute
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataAttr
impl RefUnwindSafe for DataAttr
impl Send for DataAttr
impl Sync for DataAttr
impl Unpin for DataAttr
impl UnwindSafe for DataAttr
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