pub struct SnipResult {
pub messages: Vec<SDKMessage>,
pub executed: bool,
}Expand description
Snip result from compaction
Fields§
§messages: Vec<SDKMessage>§executed: boolTrait Implementations§
Source§impl Clone for SnipResult
impl Clone for SnipResult
Source§fn clone(&self) -> SnipResult
fn clone(&self) -> SnipResult
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 moreAuto Trait Implementations§
impl Freeze for SnipResult
impl RefUnwindSafe for SnipResult
impl Send for SnipResult
impl Sync for SnipResult
impl Unpin for SnipResult
impl UnsafeUnpin for SnipResult
impl UnwindSafe for SnipResult
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