pub struct LiveTypeField {
pub id: LiveId,
pub live_type_info: LiveTypeInfo,
pub live_field_kind: LiveFieldKind,
}
Fields§
§id: LiveId
§live_type_info: LiveTypeInfo
§live_field_kind: LiveFieldKind
Trait Implementations§
Source§impl Clone for LiveTypeField
impl Clone for LiveTypeField
Source§fn clone(&self) -> LiveTypeField
fn clone(&self) -> LiveTypeField
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 LiveTypeField
impl RefUnwindSafe for LiveTypeField
impl Send for LiveTypeField
impl Sync for LiveTypeField
impl Unpin for LiveTypeField
impl UnwindSafe for LiveTypeField
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