pub struct MsgQuery { /* private fields */ }
Expand description
A query interface for the local message store
Implementations§
Source§impl MsgQuery
impl MsgQuery
Sourcepub fn id(id: MsgId) -> Self
pub fn id(id: MsgId) -> Self
An override query, that only searches for a specific Id
Ignores all other values passed into the query
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MsgQuery
impl<'de> Deserialize<'de> for MsgQuery
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
impl Eq for MsgQuery
impl StructuralPartialEq for MsgQuery
Auto Trait Implementations§
impl Freeze for MsgQuery
impl RefUnwindSafe for MsgQuery
impl Send for MsgQuery
impl Sync for MsgQuery
impl Unpin for MsgQuery
impl UnwindSafe for MsgQuery
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