pub struct SeqId(/* private fields */);
Expand description
A
<seq-id> ::= <0-9A-Z>+
Trait Implementations§
impl Eq for SeqId
impl StructuralPartialEq for SeqId
Auto Trait Implementations§
impl Freeze for SeqId
impl RefUnwindSafe for SeqId
impl Send for SeqId
impl Sync for SeqId
impl Unpin for SeqId
impl UnwindSafe for SeqId
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