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