pub struct emails;
Trait Implementations§
Source§impl HasArgument<after> for emails
impl HasArgument<after> for emails
Source§impl HasArgument<before> for emails
impl HasArgument<before> for emails
Source§impl HasArgument<first> for emails
impl HasArgument<first> for emails
Source§impl HasArgument<last> for emails
impl HasArgument<last> for emails
Source§impl HasArgument<orderBy> for emails
impl HasArgument<orderBy> for emails
Source§type ArgumentType = Option<EnterpriseServerUserAccountEmailOrder>
type ArgumentType = Option<EnterpriseServerUserAccountEmailOrder>
The schema marker type of this argument.
Source§impl HasField<emails> for EnterpriseServerUserAccount
impl HasField<emails> for EnterpriseServerUserAccount
Source§type Type = EnterpriseServerUserAccountEmailConnection
type Type = EnterpriseServerUserAccountEmailConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for emails
impl RefUnwindSafe for emails
impl Send for emails
impl Sync for emails
impl Unpin for emails
impl UnwindSafe for emails
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