Struct agner_actors::SystemWeakRef
source · pub struct SystemWeakRef(_);Implementations§
source§impl SystemWeakRef
impl SystemWeakRef
pub fn rc_upgrade(&self) -> Option<System>
Trait Implementations§
source§impl Clone for SystemWeakRef
impl Clone for SystemWeakRef
source§fn clone(&self) -> SystemWeakRef
fn clone(&self) -> SystemWeakRef
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for SystemWeakRef
impl Send for SystemWeakRef
impl Sync for SystemWeakRef
impl Unpin for SystemWeakRef
impl !UnwindSafe for SystemWeakRef
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