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