struct BoolAttr<'c>(Attr<'c, ()>);
Tuple Fields§
§0: Attr<'c, ()>
Implementations§
Auto Trait Implementations§
impl<'c> Freeze for BoolAttr<'c>
impl<'c> !RefUnwindSafe for BoolAttr<'c>
impl<'c> !Send for BoolAttr<'c>
impl<'c> !Sync for BoolAttr<'c>
impl<'c> Unpin for BoolAttr<'c>
impl<'c> !UnwindSafe for BoolAttr<'c>
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