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