pub struct InboxQuery {
pub session: String,
pub limit: usize,
pub team: Option<String>,
pub channel: Option<String>,
}Fields§
§session: String§limit: usize§team: Option<String>§channel: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for InboxQuery
impl<'de> Deserialize<'de> for InboxQuery
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
Auto Trait Implementations§
impl Freeze for InboxQuery
impl RefUnwindSafe for InboxQuery
impl Send for InboxQuery
impl Sync for InboxQuery
impl Unpin for InboxQuery
impl UnsafeUnpin for InboxQuery
impl UnwindSafe for InboxQuery
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