pub struct CursorValidator;Trait Implementations§
Auto Trait Implementations§
impl Freeze for CursorValidator
impl RefUnwindSafe for CursorValidator
impl Send for CursorValidator
impl Sync for CursorValidator
impl Unpin for CursorValidator
impl UnsafeUnpin for CursorValidator
impl UnwindSafe for CursorValidator
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