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