pub struct UserLed<'a>(/* private fields */);Implementations§
Auto Trait Implementations§
impl<'a> !UnwindSafe for UserLed<'a>
impl<'a> Freeze for UserLed<'a>
impl<'a> RefUnwindSafe for UserLed<'a>
impl<'a> Send for UserLed<'a>
impl<'a> Sync for UserLed<'a>
impl<'a> Unpin for UserLed<'a>
impl<'a> UnsafeUnpin for UserLed<'a>
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