pub enum CodebaseRelationKind {
StatePayload,
MachineField,
TransitionParam,
}Expand description
Exact relation kinds exported by the codebase document.
Variants§
Implementations§
Source§impl CodebaseRelationKind
impl CodebaseRelationKind
Sourcepub const fn display_label(self) -> &'static str
pub const fn display_label(self) -> &'static str
Human-facing kind label for relation summaries and inspector details.
Trait Implementations§
Source§impl Clone for CodebaseRelationKind
impl Clone for CodebaseRelationKind
Source§fn clone(&self) -> CodebaseRelationKind
fn clone(&self) -> CodebaseRelationKind
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 CodebaseRelationKind
impl Debug for CodebaseRelationKind
Source§impl Ord for CodebaseRelationKind
impl Ord for CodebaseRelationKind
Source§fn cmp(&self, other: &CodebaseRelationKind) -> Ordering
fn cmp(&self, other: &CodebaseRelationKind) -> 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 CodebaseRelationKind
impl PartialEq for CodebaseRelationKind
Source§impl PartialOrd for CodebaseRelationKind
impl PartialOrd for CodebaseRelationKind
Source§impl Serialize for CodebaseRelationKind
impl Serialize for CodebaseRelationKind
impl Copy for CodebaseRelationKind
impl Eq for CodebaseRelationKind
impl StructuralPartialEq for CodebaseRelationKind
Auto Trait Implementations§
impl Freeze for CodebaseRelationKind
impl RefUnwindSafe for CodebaseRelationKind
impl Send for CodebaseRelationKind
impl Sync for CodebaseRelationKind
impl Unpin for CodebaseRelationKind
impl UnsafeUnpin for CodebaseRelationKind
impl UnwindSafe for CodebaseRelationKind
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