pub struct ContextTypeSummary {
pub name: String,
pub kind: &'static str,
pub fields_or_variants: Vec<String>,
}Fields§
§name: String§kind: &'static str§fields_or_variants: Vec<String>Trait Implementations§
Source§impl Clone for ContextTypeSummary
impl Clone for ContextTypeSummary
Source§fn clone(&self) -> ContextTypeSummary
fn clone(&self) -> ContextTypeSummary
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 moreSource§impl Debug for ContextTypeSummary
impl Debug for ContextTypeSummary
Auto Trait Implementations§
impl Freeze for ContextTypeSummary
impl RefUnwindSafe for ContextTypeSummary
impl Send for ContextTypeSummary
impl Sync for ContextTypeSummary
impl Unpin for ContextTypeSummary
impl UnsafeUnpin for ContextTypeSummary
impl UnwindSafe for ContextTypeSummary
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