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