pub struct ProofListInput {
pub date_created_after: Option<Option<String>>,
pub date_created_before: Option<Option<String>>,
pub project_name: Option<Option<String>>,
pub status: Option<Option<JobStatus>>,
}Expand description
ProofListInput : Client input for filtering proofs.
Fields§
§date_created_after: Option<Option<String>>§date_created_before: Option<Option<String>>§project_name: Option<Option<String>>§status: Option<Option<JobStatus>>Implementations§
Source§impl ProofListInput
impl ProofListInput
Sourcepub fn new() -> ProofListInput
pub fn new() -> ProofListInput
Client input for filtering proofs.
Trait Implementations§
Source§impl Clone for ProofListInput
impl Clone for ProofListInput
Source§fn clone(&self) -> ProofListInput
fn clone(&self) -> ProofListInput
Returns a duplicate 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 ProofListInput
impl Debug for ProofListInput
Source§impl Default for ProofListInput
impl Default for ProofListInput
Source§fn default() -> ProofListInput
fn default() -> ProofListInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProofListInput
impl<'de> Deserialize<'de> for ProofListInput
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 for ProofListInput
impl PartialEq for ProofListInput
Source§impl Serialize for ProofListInput
impl Serialize for ProofListInput
impl StructuralPartialEq for ProofListInput
Auto Trait Implementations§
impl Freeze for ProofListInput
impl RefUnwindSafe for ProofListInput
impl Send for ProofListInput
impl Sync for ProofListInput
impl Unpin for ProofListInput
impl UnwindSafe for ProofListInput
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