pub struct ExternalIdentityAttribute;Trait Implementations§
Source§impl HasField<metadata> for ExternalIdentityAttribute
impl HasField<metadata> for ExternalIdentityAttribute
Source§impl HasField<name> for ExternalIdentityAttribute
impl HasField<name> for ExternalIdentityAttribute
Source§impl HasField<value> for ExternalIdentityAttribute
impl HasField<value> for ExternalIdentityAttribute
Auto Trait Implementations§
impl Freeze for ExternalIdentityAttribute
impl RefUnwindSafe for ExternalIdentityAttribute
impl Send for ExternalIdentityAttribute
impl Sync for ExternalIdentityAttribute
impl Unpin for ExternalIdentityAttribute
impl UnwindSafe for ExternalIdentityAttribute
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