pub struct ProcessedOperation {
pub operation: String,
pub hash: String,
pub coordinates: Vec<String>,
}Fields§
§operation: String§hash: String§coordinates: Vec<String>Trait Implementations§
Source§impl Clone for ProcessedOperation
impl Clone for ProcessedOperation
Source§fn clone(&self) -> ProcessedOperation
fn clone(&self) -> ProcessedOperation
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 ProcessedOperation
impl RefUnwindSafe for ProcessedOperation
impl Send for ProcessedOperation
impl Sync for ProcessedOperation
impl Unpin for ProcessedOperation
impl UnwindSafe for ProcessedOperation
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