Enum sov_rollup_interface::rpc::QueryMode
source · pub enum QueryMode {
Compact,
Standard,
Full,
}
Variants§
Compact
Returns the minimal parent struct with no minimal about its children. For example, a compact “slot” response would contain a range of
Standard
Full
Trait Implementations§
source§impl<'de> Deserialize<'de> for QueryMode
impl<'de> Deserialize<'de> for QueryMode
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<QueryMode> for QueryMode
impl PartialEq<QueryMode> for QueryMode
impl Copy for QueryMode
impl Eq for QueryMode
impl StructuralEq for QueryMode
impl StructuralPartialEq for QueryMode
Auto Trait Implementations§
impl RefUnwindSafe for QueryMode
impl Send for QueryMode
impl Sync for QueryMode
impl Unpin for QueryMode
impl UnwindSafe for QueryMode
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