pub struct CanonicalMemoryQuery {
pub text: String,
pub kinds: Vec<MemoryKind>,
pub accepted_at_ms: WireU64,
pub causation: SyscallCausation,
}Fields§
§text: String§kinds: Vec<MemoryKind>§accepted_at_ms: WireU64§causation: SyscallCausationTrait Implementations§
Source§impl Clone for CanonicalMemoryQuery
impl Clone for CanonicalMemoryQuery
Source§fn clone(&self) -> CanonicalMemoryQuery
fn clone(&self) -> CanonicalMemoryQuery
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 moreSource§impl Debug for CanonicalMemoryQuery
impl Debug for CanonicalMemoryQuery
Source§impl<'de> Deserialize<'de> for CanonicalMemoryQuery
impl<'de> Deserialize<'de> for CanonicalMemoryQuery
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 CanonicalMemoryQuery
impl PartialEq for CanonicalMemoryQuery
Source§impl Serialize for CanonicalMemoryQuery
impl Serialize for CanonicalMemoryQuery
impl StructuralPartialEq for CanonicalMemoryQuery
Auto Trait Implementations§
impl Freeze for CanonicalMemoryQuery
impl RefUnwindSafe for CanonicalMemoryQuery
impl Send for CanonicalMemoryQuery
impl Sync for CanonicalMemoryQuery
impl Unpin for CanonicalMemoryQuery
impl UnsafeUnpin for CanonicalMemoryQuery
impl UnwindSafe for CanonicalMemoryQuery
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