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