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