pub struct ExternalIdentitySamlAttributes;Trait Implementations§
Source§impl HasField<attributes> for ExternalIdentitySamlAttributes
impl HasField<attributes> for ExternalIdentitySamlAttributes
Source§type Type = Vec<ExternalIdentityAttribute>
type Type = Vec<ExternalIdentityAttribute>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ExternalIdentitySamlAttributes
impl RefUnwindSafe for ExternalIdentitySamlAttributes
impl Send for ExternalIdentitySamlAttributes
impl Sync for ExternalIdentitySamlAttributes
impl Unpin for ExternalIdentitySamlAttributes
impl UnwindSafe for ExternalIdentitySamlAttributes
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