pub struct SyStreamPriEmerg;Expand description
Trait Implementations§
Source§impl SyStreamPri for SyStreamPriEmerg
impl SyStreamPri for SyStreamPriEmerg
Auto Trait Implementations§
impl Freeze for SyStreamPriEmerg
impl RefUnwindSafe for SyStreamPriEmerg
impl Send for SyStreamPriEmerg
impl Sync for SyStreamPriEmerg
impl Unpin for SyStreamPriEmerg
impl UnsafeUnpin for SyStreamPriEmerg
impl UnwindSafe for SyStreamPriEmerg
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