pub struct AnyClient;Trait Implementations§
impl Copy for AnyClient
impl Eq for AnyClient
impl StructuralPartialEq for AnyClient
Auto Trait Implementations§
impl Freeze for AnyClient
impl RefUnwindSafe for AnyClient
impl Send for AnyClient
impl Sync for AnyClient
impl Unpin for AnyClient
impl UnsafeUnpin for AnyClient
impl UnwindSafe for AnyClient
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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