pub struct FlowLabel { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for FlowLabel
impl Eq for FlowLabel
impl StructuralPartialEq for FlowLabel
Auto Trait Implementations§
impl Freeze for FlowLabel
impl RefUnwindSafe for FlowLabel
impl Send for FlowLabel
impl Sync for FlowLabel
impl Unpin for FlowLabel
impl UnwindSafe for FlowLabel
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