Struct tree_sitter::ffi::TSWasmStore
source · #[repr(C)]pub struct TSWasmStore { /* private fields */ }
Trait Implementations§
source§impl Clone for TSWasmStore
impl Clone for TSWasmStore
source§fn clone(&self) -> TSWasmStore
fn clone(&self) -> TSWasmStore
Returns a copy 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 TSWasmStore
impl Debug for TSWasmStore
impl Copy for TSWasmStore
Auto Trait Implementations§
impl Freeze for TSWasmStore
impl RefUnwindSafe for TSWasmStore
impl Send for TSWasmStore
impl Sync for TSWasmStore
impl Unpin for TSWasmStore
impl UnwindSafe for TSWasmStore
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