pub struct SnapshotCommandLogResult {
pub command_log: Vec<Value>,
}Fields§
§command_log: Vec<Value>The array of canvas function calls.
Trait Implementations§
Source§impl Clone for SnapshotCommandLogResult
impl Clone for SnapshotCommandLogResult
Source§fn clone(&self) -> SnapshotCommandLogResult
fn clone(&self) -> SnapshotCommandLogResult
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 SnapshotCommandLogResult
impl Debug for SnapshotCommandLogResult
Source§impl<'de> Deserialize<'de> for SnapshotCommandLogResult
impl<'de> Deserialize<'de> for SnapshotCommandLogResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SnapshotCommandLogResult
impl PartialEq for SnapshotCommandLogResult
Source§impl Serialize for SnapshotCommandLogResult
impl Serialize for SnapshotCommandLogResult
Source§impl TryFrom<Value> for SnapshotCommandLogResult
impl TryFrom<Value> for SnapshotCommandLogResult
impl StructuralPartialEq for SnapshotCommandLogResult
Auto Trait Implementations§
impl Freeze for SnapshotCommandLogResult
impl RefUnwindSafe for SnapshotCommandLogResult
impl Send for SnapshotCommandLogResult
impl Sync for SnapshotCommandLogResult
impl Unpin for SnapshotCommandLogResult
impl UnsafeUnpin for SnapshotCommandLogResult
impl UnwindSafe for SnapshotCommandLogResult
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