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