Struct rpc_core::base::this::SharedPtrSync
source · pub struct SharedPtrSync<T> { /* private fields */ }
Implementations§
pub fn new() -> SharedPtrSync<T>
pub fn from_box(value: &Box<T>) -> SharedPtrSync<T>
pub fn init_from_box(&mut self, value: &Box<T>)
pub fn downgrade(&self) -> WeakPtrSync<T>
Auto Trait Implementations§
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