Struct sysml_parser::ParsedBlock
source · pub struct ParsedBlock { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for ParsedBlock
impl Clone for ParsedBlock
source§fn clone(&self) -> ParsedBlock
fn clone(&self) -> ParsedBlock
Returns a copy 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 ParsedBlock
impl Debug for ParsedBlock
source§impl Default for ParsedBlock
impl Default for ParsedBlock
source§fn default() -> ParsedBlock
fn default() -> ParsedBlock
Returns the “default value” for a type. Read more
source§impl Element for ParsedBlock
impl Element for ParsedBlock
source§fn short_name(&self) -> Option<&str>
fn short_name(&self) -> Option<&str>
The short name of the element, if any.
source§fn is_library_element(&self) -> bool
fn is_library_element(&self) -> bool
Whether this
Element
is contained in the ownership tree of
a library model.source§impl Hash for ParsedBlock
impl Hash for ParsedBlock
source§impl Ord for ParsedBlock
impl Ord for ParsedBlock
source§fn cmp(&self, other: &ParsedBlock) -> Ordering
fn cmp(&self, other: &ParsedBlock) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ParsedBlock
impl PartialEq for ParsedBlock
source§impl PartialOrd for ParsedBlock
impl PartialOrd for ParsedBlock
impl Block for ParsedBlock
impl Eq for ParsedBlock
impl Item for ParsedBlock
impl Part for ParsedBlock
impl StructuralPartialEq for ParsedBlock
Auto Trait Implementations§
impl Freeze for ParsedBlock
impl RefUnwindSafe for ParsedBlock
impl Send for ParsedBlock
impl Sync for ParsedBlock
impl Unpin for ParsedBlock
impl UnwindSafe for ParsedBlock
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)