pub struct AuthenticationPolicyReference {
pub use_: String,
}Expand description
Represents a reference to a named authentication policy
Fields§
§use_: StringThe name of the authentication policy to use
Trait Implementations§
Source§impl Clone for AuthenticationPolicyReference
impl Clone for AuthenticationPolicyReference
Source§fn clone(&self) -> AuthenticationPolicyReference
fn clone(&self) -> AuthenticationPolicyReference
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 moreSource§impl<'de> Deserialize<'de> for AuthenticationPolicyReference
impl<'de> Deserialize<'de> for AuthenticationPolicyReference
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AuthenticationPolicyReference
impl PartialEq for AuthenticationPolicyReference
Source§fn eq(&self, other: &AuthenticationPolicyReference) -> bool
fn eq(&self, other: &AuthenticationPolicyReference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuthenticationPolicyReference
impl StructuralPartialEq for AuthenticationPolicyReference
Auto Trait Implementations§
impl Freeze for AuthenticationPolicyReference
impl RefUnwindSafe for AuthenticationPolicyReference
impl Send for AuthenticationPolicyReference
impl Sync for AuthenticationPolicyReference
impl Unpin for AuthenticationPolicyReference
impl UnsafeUnpin for AuthenticationPolicyReference
impl UnwindSafe for AuthenticationPolicyReference
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