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