pub struct MotifName(/* private fields */);Expand description
A non-empty motif name.
Implementations§
Trait Implementations§
Source§impl Ord for MotifName
impl Ord for MotifName
Source§impl PartialOrd for MotifName
impl PartialOrd for MotifName
impl Eq for MotifName
impl StructuralPartialEq for MotifName
Auto Trait Implementations§
impl Freeze for MotifName
impl RefUnwindSafe for MotifName
impl Send for MotifName
impl Sync for MotifName
impl Unpin for MotifName
impl UnsafeUnpin for MotifName
impl UnwindSafe for MotifName
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