pub struct RcStrWeak<C, M = ()>where
C: Counter,{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, M> Freeze for RcStrWeak<C, M>
impl<C, M> RefUnwindSafe for RcStrWeak<C, M>where
C: RefUnwindSafe,
M: RefUnwindSafe,
impl<C, M> Send for RcStrWeak<C, M>
impl<C, M> Sync for RcStrWeak<C, M>
impl<C, M> Unpin for RcStrWeak<C, M>
impl<C, M> UnwindSafe for RcStrWeak<C, M>where
C: RefUnwindSafe,
M: RefUnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)