Struct linera_execution::system::SystemQuery
source · pub struct SystemQuery;Expand description
A query to the system state.
Trait Implementations§
source§impl Clone for SystemQuery
impl Clone for SystemQuery
source§fn clone(&self) -> SystemQuery
fn clone(&self) -> SystemQuery
Returns a copy 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 SystemQuery
impl Debug for SystemQuery
source§impl<'de> Deserialize<'de> for SystemQuery
impl<'de> Deserialize<'de> for SystemQuery
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 From<SystemQuery> for Query
impl From<SystemQuery> for Query
source§fn from(query: SystemQuery) -> Self
fn from(query: SystemQuery) -> Self
Converts to this type from the input type.
source§impl Hash for SystemQuery
impl Hash for SystemQuery
source§impl PartialEq for SystemQuery
impl PartialEq for SystemQuery
source§fn eq(&self, other: &SystemQuery) -> bool
fn eq(&self, other: &SystemQuery) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SystemQuery
impl Serialize for SystemQuery
impl Eq for SystemQuery
impl StructuralPartialEq for SystemQuery
Auto Trait Implementations§
impl Freeze for SystemQuery
impl RefUnwindSafe for SystemQuery
impl Send for SystemQuery
impl Sync for SystemQuery
impl Unpin for SystemQuery
impl UnwindSafe for SystemQuery
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.