pub struct StrictFoundationDecl {
pub profile: String,
}Expand description
Parsed (strict-foundation <profile>) directive.
Fields§
§profile: StringTrait Implementations§
Source§impl Clone for StrictFoundationDecl
impl Clone for StrictFoundationDecl
Source§fn clone(&self) -> StrictFoundationDecl
fn clone(&self) -> StrictFoundationDecl
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 StrictFoundationDecl
impl Debug for StrictFoundationDecl
Source§impl PartialEq for StrictFoundationDecl
impl PartialEq for StrictFoundationDecl
impl Eq for StrictFoundationDecl
impl StructuralPartialEq for StrictFoundationDecl
Auto Trait Implementations§
impl Freeze for StrictFoundationDecl
impl RefUnwindSafe for StrictFoundationDecl
impl Send for StrictFoundationDecl
impl Sync for StrictFoundationDecl
impl Unpin for StrictFoundationDecl
impl UnsafeUnpin for StrictFoundationDecl
impl UnwindSafe for StrictFoundationDecl
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