pub struct issuer;
Trait Implementations§
impl HasInputField<issuer, Option<String>> for SetEnterpriseIdentityProviderInput
Auto Trait Implementations§
impl Freeze for issuer
impl RefUnwindSafe for issuer
impl Send for issuer
impl Sync for issuer
impl Unpin for issuer
impl UnwindSafe for issuer
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