pub struct FilterId(/* private fields */);
Trait Implementations§
impl Eq for FilterId
impl StructuralPartialEq for FilterId
Auto Trait Implementations§
impl Freeze for FilterId
impl RefUnwindSafe for FilterId
impl Send for FilterId
impl Sync for FilterId
impl Unpin for FilterId
impl UnwindSafe for FilterId
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