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