pub enum AuthenticationConstraint {
Unconstrained,
}
Expand description
Controls what sort of authentication is required for this request
Variants§
Unconstrained
No constraint
Trait Implementations§
Source§impl Clone for AuthenticationConstraint
impl Clone for AuthenticationConstraint
Source§fn clone(&self) -> AuthenticationConstraint
fn clone(&self) -> AuthenticationConstraint
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AuthenticationConstraint
impl Debug for AuthenticationConstraint
Source§impl PartialEq for AuthenticationConstraint
impl PartialEq for AuthenticationConstraint
impl Copy for AuthenticationConstraint
impl StructuralPartialEq for AuthenticationConstraint
Auto Trait Implementations§
impl Freeze for AuthenticationConstraint
impl RefUnwindSafe for AuthenticationConstraint
impl Send for AuthenticationConstraint
impl Sync for AuthenticationConstraint
impl Unpin for AuthenticationConstraint
impl UnwindSafe for AuthenticationConstraint
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