pub enum ClientBackendKind {}Auto Trait Implementations§
impl Freeze for ClientBackendKind
impl RefUnwindSafe for ClientBackendKind
impl Send for ClientBackendKind
impl Sync for ClientBackendKind
impl Unpin for ClientBackendKind
impl UnsafeUnpin for ClientBackendKind
impl UnwindSafe for ClientBackendKind
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