pub struct PostingQuery {
pub account: Option<String>,
}
Expand description
Query to list postings matching the criteria.
Fields§
§account: Option<String>
Select the specified account if specified. Note this will be changed to list of regex eventually.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PostingQuery
impl RefUnwindSafe for PostingQuery
impl Send for PostingQuery
impl Sync for PostingQuery
impl Unpin for PostingQuery
impl UnwindSafe for PostingQuery
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