pub struct NoneClient<U, V = U>(/* private fields */);Trait Implementations§
Source§impl<U: UniqueIdentifier, V: UniqueIdentifier> Read<U> for NoneClient<U, V>
impl<U: UniqueIdentifier, V: UniqueIdentifier> Read<U> for NoneClient<U, V>
Source§impl<U: UniqueIdentifier, V: UniqueIdentifier> Update for NoneClient<U, V>
impl<U: UniqueIdentifier, V: UniqueIdentifier> Update for NoneClient<U, V>
Source§impl<U: UniqueIdentifier, V: UniqueIdentifier> Write<V> for NoneClient<U, V>
impl<U: UniqueIdentifier, V: UniqueIdentifier> Write<V> for NoneClient<U, V>
Auto Trait Implementations§
impl<U, V> Freeze for NoneClient<U, V>
impl<U, V> RefUnwindSafe for NoneClient<U, V>where
U: RefUnwindSafe,
V: RefUnwindSafe,
impl<U, V> Send for NoneClient<U, V>
impl<U, V> Sync for NoneClient<U, V>
impl<U, V> Unpin for NoneClient<U, V>
impl<U, V> UnsafeUnpin for NoneClient<U, V>
impl<U, V> UnwindSafe for NoneClient<U, V>where
U: UnwindSafe,
V: UnwindSafe,
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