pub struct EnterpriseServerUserAccountEmailConnection;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnterpriseServerUserAccountEmailConnection
impl RefUnwindSafe for EnterpriseServerUserAccountEmailConnection
impl Send for EnterpriseServerUserAccountEmailConnection
impl Sync for EnterpriseServerUserAccountEmailConnection
impl Unpin for EnterpriseServerUserAccountEmailConnection
impl UnwindSafe for EnterpriseServerUserAccountEmailConnection
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