pub struct Sealed(_);Expand description
Sealed filter type
Auto Trait Implementations§
impl !RefUnwindSafe for Sealed
impl !Send for Sealed
impl !Sync for Sealed
impl Unpin for Sealed
impl !UnwindSafe for Sealed
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