pub struct NodeBatchPayload {
pub nodes: Vec<CodeNode>,
}Fields§
§nodes: Vec<CodeNode>Trait Implementations§
Source§impl Clone for NodeBatchPayload
impl Clone for NodeBatchPayload
Source§fn clone(&self) -> NodeBatchPayload
fn clone(&self) -> NodeBatchPayload
Returns a duplicate 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 NodeBatchPayload
impl Debug for NodeBatchPayload
Auto Trait Implementations§
impl Freeze for NodeBatchPayload
impl RefUnwindSafe for NodeBatchPayload
impl Send for NodeBatchPayload
impl Sync for NodeBatchPayload
impl Unpin for NodeBatchPayload
impl UnsafeUnpin for NodeBatchPayload
impl UnwindSafe for NodeBatchPayload
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