pub enum AstBytesKind {
Fixed,
Length,
Remaining,
LengthOrRemaining,
}Variants§
Trait Implementations§
Source§impl Clone for AstBytesKind
impl Clone for AstBytesKind
Source§fn clone(&self) -> AstBytesKind
fn clone(&self) -> AstBytesKind
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 AstBytesKind
impl Debug for AstBytesKind
Source§impl PartialEq for AstBytesKind
impl PartialEq for AstBytesKind
impl Copy for AstBytesKind
impl Eq for AstBytesKind
impl StructuralPartialEq for AstBytesKind
Auto Trait Implementations§
impl Freeze for AstBytesKind
impl RefUnwindSafe for AstBytesKind
impl Send for AstBytesKind
impl Sync for AstBytesKind
impl Unpin for AstBytesKind
impl UnsafeUnpin for AstBytesKind
impl UnwindSafe for AstBytesKind
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