pub struct CustomTypeMetadata {
pub module_path: String,
pub name: String,
pub builtin: Type,
}
Fields§
§module_path: String
§name: String
§builtin: Type
Trait Implementations§
Source§impl Clone for CustomTypeMetadata
impl Clone for CustomTypeMetadata
Source§fn clone(&self) -> CustomTypeMetadata
fn clone(&self) -> CustomTypeMetadata
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 CustomTypeMetadata
impl Debug for CustomTypeMetadata
Source§impl From<CustomTypeMetadata> for Metadata
impl From<CustomTypeMetadata> for Metadata
Source§fn from(v: CustomTypeMetadata) -> Self
fn from(v: CustomTypeMetadata) -> Self
Converts to this type from the input type.
Source§impl Ord for CustomTypeMetadata
impl Ord for CustomTypeMetadata
Source§fn cmp(&self, other: &CustomTypeMetadata) -> Ordering
fn cmp(&self, other: &CustomTypeMetadata) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CustomTypeMetadata
impl PartialEq for CustomTypeMetadata
Source§impl PartialOrd for CustomTypeMetadata
impl PartialOrd for CustomTypeMetadata
impl Eq for CustomTypeMetadata
impl StructuralPartialEq for CustomTypeMetadata
Auto Trait Implementations§
impl Freeze for CustomTypeMetadata
impl RefUnwindSafe for CustomTypeMetadata
impl Send for CustomTypeMetadata
impl Sync for CustomTypeMetadata
impl Unpin for CustomTypeMetadata
impl UnwindSafe for CustomTypeMetadata
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