pub struct SAClient { /* private fields */ }Auto Trait Implementations§
impl !Freeze for SAClient
impl !RefUnwindSafe for SAClient
impl Send for SAClient
impl Sync for SAClient
impl Unpin for SAClient
impl !UnwindSafe for SAClient
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