pub struct SystemWeakRef(/* private fields */);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 duplicate 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 Freeze for SystemWeakRef
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