pub enum NucStr {
Seq(String),
}Expand description
Represents the sequence held by a fixed sequence anchor.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NucStr
impl RefUnwindSafe for NucStr
impl Send for NucStr
impl Sync for NucStr
impl Unpin for NucStr
impl UnwindSafe for NucStr
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