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