pub struct RefRedefinition {
pub name: String,
pub body: String,
}Expand description
ref :>> <name> { ... } redefinition used in SysML v2 release fixtures.
Fields§
§name: String§body: StringRaw body text for now (balanced { ... } including nested braces).
Trait Implementations§
Source§impl Clone for RefRedefinition
impl Clone for RefRedefinition
Source§fn clone(&self) -> RefRedefinition
fn clone(&self) -> RefRedefinition
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 RefRedefinition
impl Debug for RefRedefinition
impl Eq for RefRedefinition
Source§impl PartialEq for RefRedefinition
impl PartialEq for RefRedefinition
Source§fn eq(&self, other: &RefRedefinition) -> bool
fn eq(&self, other: &RefRedefinition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RefRedefinition
Auto Trait Implementations§
impl Freeze for RefRedefinition
impl RefUnwindSafe for RefRedefinition
impl Send for RefRedefinition
impl Sync for RefRedefinition
impl Unpin for RefRedefinition
impl UnsafeUnpin for RefRedefinition
impl UnwindSafe for RefRedefinition
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