pub struct Trusted;Expand description
Trusted mode - skips validation for pre-validated internal data
Trait Implementations§
impl ValidationMode for Trusted
Auto Trait Implementations§
impl Freeze for Trusted
impl RefUnwindSafe for Trusted
impl Send for Trusted
impl Sync for Trusted
impl Unpin for Trusted
impl UnwindSafe for Trusted
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