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