Struct tree_sitter_cli::fuzz::EDIT_COUNT
source · pub struct EDIT_COUNT { /* private fields */ }Methods from Deref<Target = usize>§
pub const MIN: usize = 0usize
pub const MAX: usize = 18_446_744_073_709_551_615usize
pub const BITS: u32 = 64u32
Trait Implementations§
source§impl Deref for EDIT_COUNT
impl Deref for EDIT_COUNT
impl LazyStatic for EDIT_COUNT
Auto Trait Implementations§
impl Freeze for EDIT_COUNT
impl RefUnwindSafe for EDIT_COUNT
impl Send for EDIT_COUNT
impl Sync for EDIT_COUNT
impl Unpin for EDIT_COUNT
impl UnwindSafe for EDIT_COUNT
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