pub struct DesignContext {
pub name: String,
pub frame_of_reference: ApplicationContextRef,
pub life_cycle_stage: String,
}Fields§
§name: String§frame_of_reference: ApplicationContextRef§life_cycle_stage: StringTrait Implementations§
Source§impl Clone for DesignContext
impl Clone for DesignContext
Source§fn clone(&self) -> DesignContext
fn clone(&self) -> DesignContext
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 DesignContext
impl Debug for DesignContext
Source§impl PartialEq for DesignContext
impl PartialEq for DesignContext
Source§fn eq(&self, other: &DesignContext) -> bool
fn eq(&self, other: &DesignContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DesignContext
Auto Trait Implementations§
impl Freeze for DesignContext
impl RefUnwindSafe for DesignContext
impl Send for DesignContext
impl Sync for DesignContext
impl Unpin for DesignContext
impl UnsafeUnpin for DesignContext
impl UnwindSafe for DesignContext
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