pub struct Guard<'a, T: 'static, E, U: Validator<Item = T, Error = E>>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'a, T: Debug + 'static, E: Debug, U: Debug + Validator<Item = T, Error = E>> Debug for Guard<'a, T, E, U>
impl<'a, T: Debug + 'static, E: Debug, U: Debug + Validator<Item = T, Error = E>> Debug for Guard<'a, T, E, U>
Auto Trait Implementations§
impl<'a, T, E, U> Freeze for Guard<'a, T, E, U>where
T: Freeze,
impl<'a, T, E, U> RefUnwindSafe for Guard<'a, T, E, U>where
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<'a, T, E, U> Send for Guard<'a, T, E, U>
impl<'a, T, E, U> Sync for Guard<'a, T, E, U>
impl<'a, T, E, U> Unpin for Guard<'a, T, E, U>
impl<'a, T, E, U> !UnwindSafe for Guard<'a, T, E, U>
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