pub struct NativeChunk {
pub name: String,
pub param_count: usize,
}Fields§
§name: String§param_count: usizeTrait Implementations§
Source§impl Clone for NativeChunk
impl Clone for NativeChunk
Source§fn clone(&self) -> NativeChunk
fn clone(&self) -> NativeChunk
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NativeChunk
impl RefUnwindSafe for NativeChunk
impl Send for NativeChunk
impl Sync for NativeChunk
impl Unpin for NativeChunk
impl UnsafeUnpin for NativeChunk
impl UnwindSafe for NativeChunk
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