pub enum StructuralKind {
Link,
Joint,
}Expand description
Which kind of structural item a target names.
Variants§
Trait Implementations§
Source§impl Clone for StructuralKind
impl Clone for StructuralKind
Source§fn clone(&self) -> StructuralKind
fn clone(&self) -> StructuralKind
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 moreimpl Copy for StructuralKind
Source§impl Debug for StructuralKind
impl Debug for StructuralKind
Source§impl Display for StructuralKind
impl Display for StructuralKind
impl Eq for StructuralKind
Source§impl PartialEq for StructuralKind
impl PartialEq for StructuralKind
impl StructuralPartialEq for StructuralKind
Auto Trait Implementations§
impl Freeze for StructuralKind
impl RefUnwindSafe for StructuralKind
impl Send for StructuralKind
impl Sync for StructuralKind
impl Unpin for StructuralKind
impl UnsafeUnpin for StructuralKind
impl UnwindSafe for StructuralKind
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