Struct ast_grep_napi::PinnedNodes
source · pub struct PinnedNodes(/* private fields */);
Trait Implementations§
impl Send for PinnedNodes
impl Sync for PinnedNodes
Auto Trait Implementations§
impl Freeze for PinnedNodes
impl RefUnwindSafe for PinnedNodes
impl Unpin for PinnedNodes
impl UnwindSafe for PinnedNodes
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