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