pub struct DebugLocal { /* private fields */ }Trait Implementations§
Source§impl Clone for DebugLocal
impl Clone for DebugLocal
Source§fn clone(&self) -> DebugLocal
fn clone(&self) -> DebugLocal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DebugLocal
Source§impl Debug for DebugLocal
impl Debug for DebugLocal
Source§impl Default for DebugLocal
impl Default for DebugLocal
Source§fn default() -> DebugLocal
fn default() -> DebugLocal
Returns the “default value” for a type. Read more
impl Eq for DebugLocal
Source§impl Hash for DebugLocal
impl Hash for DebugLocal
Source§impl PartialEq for DebugLocal
impl PartialEq for DebugLocal
Source§fn eq(&self, other: &DebugLocal) -> bool
fn eq(&self, other: &DebugLocal) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DebugLocal
Auto Trait Implementations§
impl Freeze for DebugLocal
impl RefUnwindSafe for DebugLocal
impl Send for DebugLocal
impl Sync for DebugLocal
impl Unpin for DebugLocal
impl UnsafeUnpin for DebugLocal
impl UnwindSafe for DebugLocal
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