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