pub enum LiveScopeTarget {
LocalPtr(usize),
LivePtr(LivePtr),
}
Variants§
Trait Implementations§
source§impl Clone for LiveScopeTarget
impl Clone for LiveScopeTarget
source§fn clone(&self) -> LiveScopeTarget
fn clone(&self) -> LiveScopeTarget
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 moresource§impl Debug for LiveScopeTarget
impl Debug for LiveScopeTarget
source§impl PartialEq<LiveScopeTarget> for LiveScopeTarget
impl PartialEq<LiveScopeTarget> for LiveScopeTarget
source§fn eq(&self, other: &LiveScopeTarget) -> bool
fn eq(&self, other: &LiveScopeTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LiveScopeTarget
impl StructuralPartialEq for LiveScopeTarget
Auto Trait Implementations§
impl RefUnwindSafe for LiveScopeTarget
impl Send for LiveScopeTarget
impl Sync for LiveScopeTarget
impl Unpin for LiveScopeTarget
impl UnwindSafe for LiveScopeTarget
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