pub struct AlertenR { /* private fields */ }
Expand description
Value of the field ALERTEN
Implementations§
Auto Trait Implementations§
impl Freeze for AlertenR
impl RefUnwindSafe for AlertenR
impl Send for AlertenR
impl Sync for AlertenR
impl Unpin for AlertenR
impl UnwindSafe for AlertenR
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