pub struct LifetimeWeakState { /* private fields */ }
Implementations§
Source§impl LifetimeWeakState
impl LifetimeWeakState
pub fn upgrade(&self) -> Option<LifetimeState>
pub fn is_owned_by(&self, state: &LifetimeState) -> bool
Trait Implementations§
Source§impl Clone for LifetimeWeakState
impl Clone for LifetimeWeakState
Source§fn clone(&self) -> LifetimeWeakState
fn clone(&self) -> LifetimeWeakState
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 Freeze for LifetimeWeakState
impl RefUnwindSafe for LifetimeWeakState
impl Send for LifetimeWeakState
impl Sync for LifetimeWeakState
impl Unpin for LifetimeWeakState
impl UnwindSafe for LifetimeWeakState
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