pub struct ClockDebugScalarRegistration {
pub type_path: &'static str,
pub field_type: &'static str,
pub kind: ClockDebugScalarKind,
}Fields§
§type_path: &'static str§field_type: &'static str§kind: ClockDebugScalarKindTrait Implementations§
Source§impl Clone for ClockDebugScalarRegistration
impl Clone for ClockDebugScalarRegistration
Source§fn clone(&self) -> ClockDebugScalarRegistration
fn clone(&self) -> ClockDebugScalarRegistration
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 moreSource§impl Debug for ClockDebugScalarRegistration
impl Debug for ClockDebugScalarRegistration
Source§impl PartialEq for ClockDebugScalarRegistration
impl PartialEq for ClockDebugScalarRegistration
Source§fn eq(&self, other: &ClockDebugScalarRegistration) -> bool
fn eq(&self, other: &ClockDebugScalarRegistration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ClockDebugScalarRegistration
impl Eq for ClockDebugScalarRegistration
impl StructuralPartialEq for ClockDebugScalarRegistration
Auto Trait Implementations§
impl Freeze for ClockDebugScalarRegistration
impl RefUnwindSafe for ClockDebugScalarRegistration
impl Send for ClockDebugScalarRegistration
impl Sync for ClockDebugScalarRegistration
impl Unpin for ClockDebugScalarRegistration
impl UnsafeUnpin for ClockDebugScalarRegistration
impl UnwindSafe for ClockDebugScalarRegistration
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