pub struct attributes;Trait Implementations§
Source§impl Field for attributes
impl Field for attributes
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 attributes
impl RefUnwindSafe for attributes
impl Send for attributes
impl Sync for attributes
impl Unpin for attributes
impl UnwindSafe for attributes
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