pub struct AcceptAll;Trait Implementations§
impl Copy for AcceptAll
impl Eq for AcceptAll
impl StructuralPartialEq for AcceptAll
Auto Trait Implementations§
impl Freeze for AcceptAll
impl RefUnwindSafe for AcceptAll
impl Send for AcceptAll
impl Sync for AcceptAll
impl Unpin for AcceptAll
impl UnwindSafe for AcceptAll
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