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> AcceptDefault<T> for T
impl<T> AcceptDefault<T> for T
fn unwrap_or_default(self) -> T
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