pub struct AuthConfigRef {
pub target_id: String,
}
Fields§
§target_id: String
Implementations§
Source§impl AuthConfigRef
impl AuthConfigRef
pub fn new(target_id: String) -> AuthConfigRef
Trait Implementations§
Source§impl Clone for AuthConfigRef
impl Clone for AuthConfigRef
Source§fn clone(&self) -> AuthConfigRef
fn clone(&self) -> AuthConfigRef
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 AuthConfigRef
impl Debug for AuthConfigRef
Source§impl<'de> Deserialize<'de> for AuthConfigRef
impl<'de> Deserialize<'de> for AuthConfigRef
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 AuthConfigRef
impl PartialEq for AuthConfigRef
Source§impl Serialize for AuthConfigRef
impl Serialize for AuthConfigRef
impl StructuralPartialEq for AuthConfigRef
Auto Trait Implementations§
impl Freeze for AuthConfigRef
impl RefUnwindSafe for AuthConfigRef
impl Send for AuthConfigRef
impl Sync for AuthConfigRef
impl Unpin for AuthConfigRef
impl UnwindSafe for AuthConfigRef
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