pub struct SimpleArc { /* private fields */ }Expand description
A simple implementation of a net Arc with no extensions.
Trait Implementations§
impl Eq for SimpleArc
impl StructuralPartialEq for SimpleArc
Auto Trait Implementations§
impl Freeze for SimpleArc
impl RefUnwindSafe for SimpleArc
impl Send for SimpleArc
impl Sync for SimpleArc
impl Unpin for SimpleArc
impl UnwindSafe for SimpleArc
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