pub struct AuthConfigReference {
pub id: String,
}Expand description
Reference to an authentication configuration
Fields§
§id: StringAuth config ID
Trait Implementations§
Source§impl Clone for AuthConfigReference
impl Clone for AuthConfigReference
Source§fn clone(&self) -> AuthConfigReference
fn clone(&self) -> AuthConfigReference
Returns a duplicate 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 AuthConfigReference
impl Debug for AuthConfigReference
Auto Trait Implementations§
impl Freeze for AuthConfigReference
impl RefUnwindSafe for AuthConfigReference
impl Send for AuthConfigReference
impl Sync for AuthConfigReference
impl Unpin for AuthConfigReference
impl UnsafeUnpin for AuthConfigReference
impl UnwindSafe for AuthConfigReference
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