pub struct ReflectTypeDescriptionTraits {
pub numeric: ReflectNumericTraits,
pub image: ReflectImageTraits,
pub array: ReflectArrayTraits,
}
Fields§
§numeric: ReflectNumericTraits
§image: ReflectImageTraits
§array: ReflectArrayTraits
Trait Implementations§
Source§impl Clone for ReflectTypeDescriptionTraits
impl Clone for ReflectTypeDescriptionTraits
Source§fn clone(&self) -> ReflectTypeDescriptionTraits
fn clone(&self) -> ReflectTypeDescriptionTraits
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 ReflectTypeDescriptionTraits
impl Debug for ReflectTypeDescriptionTraits
Source§impl Default for ReflectTypeDescriptionTraits
impl Default for ReflectTypeDescriptionTraits
Source§fn default() -> ReflectTypeDescriptionTraits
fn default() -> ReflectTypeDescriptionTraits
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReflectTypeDescriptionTraits
impl PartialEq for ReflectTypeDescriptionTraits
Source§fn eq(&self, other: &ReflectTypeDescriptionTraits) -> bool
fn eq(&self, other: &ReflectTypeDescriptionTraits) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ReflectTypeDescriptionTraits
Auto Trait Implementations§
impl Freeze for ReflectTypeDescriptionTraits
impl RefUnwindSafe for ReflectTypeDescriptionTraits
impl Send for ReflectTypeDescriptionTraits
impl Sync for ReflectTypeDescriptionTraits
impl Unpin for ReflectTypeDescriptionTraits
impl UnwindSafe for ReflectTypeDescriptionTraits
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