Struct intuicio_data::lifetime::LifetimeWeakState
source · pub struct LifetimeWeakState { /* private fields */ }Implementations§
source§impl LifetimeWeakState
impl LifetimeWeakState
pub fn upgrade(&self) -> Option<LifetimeState>
pub fn promote(&self) -> Option<Lifetime>
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 more