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