pub struct Unvalidated(/* private fields */);Expand description
A Policy that has been successfully parsed, but not validated.
Implementations§
Auto Trait Implementations§
impl Freeze for Unvalidated
impl RefUnwindSafe for Unvalidated
impl Send for Unvalidated
impl Sync for Unvalidated
impl Unpin for Unvalidated
impl UnwindSafe for Unvalidated
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