pub struct organizationDomain;Trait Implementations§
Source§impl Field for organizationDomain
impl Field for organizationDomain
Source§impl HasField<organizationDomain> for OrganizationDomainPayload
impl HasField<organizationDomain> for OrganizationDomainPayload
Source§type Type = OrganizationDomain
type Type = OrganizationDomain
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for organizationDomain
impl RefUnwindSafe for organizationDomain
impl Send for organizationDomain
impl Sync for organizationDomain
impl Unpin for organizationDomain
impl UnwindSafe for organizationDomain
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