Struct tree_sitter_graph::NoCancellation
source · [−]pub struct NoCancellation;Trait Implementations
sourceimpl CancellationFlag for NoCancellation
impl CancellationFlag for NoCancellation
Auto Trait Implementations
impl RefUnwindSafe for NoCancellation
impl Send for NoCancellation
impl Sync for NoCancellation
impl Unpin for NoCancellation
impl UnwindSafe for NoCancellation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more