pub struct Unvalidated;Expand description
Marker type for a SecurityConfig whose invariants have not yet been
checked.
This is the default type parameter for SecurityConfig. The fluent
with_* builder methods and SecurityConfig::validate are only
available in this state.
Trait Implementations§
Source§impl Clone for Unvalidated
impl Clone for Unvalidated
Source§fn clone(&self) -> Unvalidated
fn clone(&self) -> Unvalidated
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Unvalidated
Source§impl Debug for Unvalidated
impl Debug for Unvalidated
Source§impl Default for Unvalidated
impl Default for Unvalidated
Source§fn default() -> Unvalidated
fn default() -> Unvalidated
Returns the “default value” for a type. Read more
impl Eq for Unvalidated
Source§impl PartialEq for Unvalidated
impl PartialEq for Unvalidated
impl StructuralPartialEq for Unvalidated
Auto Trait Implementations§
impl Freeze for Unvalidated
impl RefUnwindSafe for Unvalidated
impl Send for Unvalidated
impl Sync for Unvalidated
impl Unpin for Unvalidated
impl UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.