pub struct OrganizationDomainAuthType {}Auto Trait Implementations§
impl Freeze for OrganizationDomainAuthType
impl RefUnwindSafe for OrganizationDomainAuthType
impl Send for OrganizationDomainAuthType
impl Sync for OrganizationDomainAuthType
impl Unpin for OrganizationDomainAuthType
impl UnsafeUnpin for OrganizationDomainAuthType
impl UnwindSafe for OrganizationDomainAuthType
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