pub struct RuchyBackend;Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuchyBackend
impl RefUnwindSafe for RuchyBackend
impl Send for RuchyBackend
impl Sync for RuchyBackend
impl Unpin for RuchyBackend
impl UnsafeUnpin for RuchyBackend
impl UnwindSafe for RuchyBackend
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