pub struct SubjectRef {}Expand description
subject; shorthand used in SysML v2 release fixtures (subject of an enclosing case/use case).
Trait Implementations§
Source§impl Clone for SubjectRef
impl Clone for SubjectRef
Source§fn clone(&self) -> SubjectRef
fn clone(&self) -> SubjectRef
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 SubjectRef
impl Debug for SubjectRef
impl Eq for SubjectRef
Source§impl PartialEq for SubjectRef
impl PartialEq for SubjectRef
Source§fn eq(&self, other: &SubjectRef) -> bool
fn eq(&self, other: &SubjectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SubjectRef
Auto Trait Implementations§
impl Freeze for SubjectRef
impl RefUnwindSafe for SubjectRef
impl Send for SubjectRef
impl Sync for SubjectRef
impl Unpin for SubjectRef
impl UnsafeUnpin for SubjectRef
impl UnwindSafe for SubjectRef
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