pub struct AcceptNoLabel;
Trait Implementations§
Source§impl<L> From<AcceptNoLabel> for LabelFilter<L>
impl<L> From<AcceptNoLabel> for LabelFilter<L>
Source§fn from(_v: AcceptNoLabel) -> Self
fn from(_v: AcceptNoLabel) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AcceptNoLabel
impl RefUnwindSafe for AcceptNoLabel
impl Send for AcceptNoLabel
impl Sync for AcceptNoLabel
impl Unpin for AcceptNoLabel
impl UnwindSafe for AcceptNoLabel
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