pub struct ClientSessionGeneric<P: ClientProtocol, const ING: usize, const IOV: usize> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P, const ING: usize, const IOV: usize> !RefUnwindSafe for ClientSessionGeneric<P, ING, IOV>
impl<P, const ING: usize, const IOV: usize> !Send for ClientSessionGeneric<P, ING, IOV>
impl<P, const ING: usize, const IOV: usize> !Sync for ClientSessionGeneric<P, ING, IOV>
impl<P, const ING: usize, const IOV: usize> !UnwindSafe for ClientSessionGeneric<P, ING, IOV>
impl<P, const ING: usize, const IOV: usize> Freeze for ClientSessionGeneric<P, ING, IOV>
impl<P, const ING: usize, const IOV: usize> Unpin for ClientSessionGeneric<P, ING, IOV>
impl<P, const ING: usize, const IOV: usize> UnsafeUnpin for ClientSessionGeneric<P, ING, IOV>
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