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