pub struct LocalProjectSpecsContext {
pub intent: Option<String>,
pub architecture: Option<String>,
pub interfaces: Option<String>,
pub validation: Option<String>,
pub semantics: Option<String>,
pub operations: Option<String>,
pub security: Option<String>,
pub canonical_paths: Vec<String>,
pub constitution_refs: Vec<String>,
pub update_guidance: String,
}Fields§
§intent: Option<String>§architecture: Option<String>§interfaces: Option<String>§validation: Option<String>§semantics: Option<String>§operations: Option<String>§security: Option<String>§canonical_paths: Vec<String>§constitution_refs: Vec<String>§update_guidance: StringTrait Implementations§
Source§impl Clone for LocalProjectSpecsContext
impl Clone for LocalProjectSpecsContext
Source§fn clone(&self) -> LocalProjectSpecsContext
fn clone(&self) -> LocalProjectSpecsContext
Returns a duplicate 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 moreSource§impl Debug for LocalProjectSpecsContext
impl Debug for LocalProjectSpecsContext
Source§impl Default for LocalProjectSpecsContext
impl Default for LocalProjectSpecsContext
Source§fn default() -> LocalProjectSpecsContext
fn default() -> LocalProjectSpecsContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LocalProjectSpecsContext
impl RefUnwindSafe for LocalProjectSpecsContext
impl Send for LocalProjectSpecsContext
impl Sync for LocalProjectSpecsContext
impl Unpin for LocalProjectSpecsContext
impl UnsafeUnpin for LocalProjectSpecsContext
impl UnwindSafe for LocalProjectSpecsContext
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