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