pub struct LiveTypeInfo {
pub live_type: LiveType,
pub type_name: LiveId,
pub module_id: LiveModuleId,
pub live_ignore: bool,
pub fields: Vec<LiveTypeField>,
}
Fields§
§live_type: LiveType
§type_name: LiveId
§module_id: LiveModuleId
§live_ignore: bool
§fields: Vec<LiveTypeField>
Trait Implementations§
Source§impl Clone for LiveTypeInfo
impl Clone for LiveTypeInfo
Source§fn clone(&self) -> LiveTypeInfo
fn clone(&self) -> LiveTypeInfo
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 moreAuto Trait Implementations§
impl Freeze for LiveTypeInfo
impl RefUnwindSafe for LiveTypeInfo
impl Send for LiveTypeInfo
impl Sync for LiveTypeInfo
impl Unpin for LiveTypeInfo
impl UnwindSafe for LiveTypeInfo
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