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