pub struct CommitOutcomeQuery {
pub limit: Option<usize>,
pub active_only: bool,
}Fields§
§limit: Option<usize>§active_only: boolTrait Implementations§
Source§impl Clone for CommitOutcomeQuery
impl Clone for CommitOutcomeQuery
Source§fn clone(&self) -> CommitOutcomeQuery
fn clone(&self) -> CommitOutcomeQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommitOutcomeQuery
impl Debug for CommitOutcomeQuery
Source§impl Default for CommitOutcomeQuery
impl Default for CommitOutcomeQuery
Source§fn default() -> CommitOutcomeQuery
fn default() -> CommitOutcomeQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CommitOutcomeQuery
impl<'de> Deserialize<'de> for CommitOutcomeQuery
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 CommitOutcomeQuery
impl RefUnwindSafe for CommitOutcomeQuery
impl Send for CommitOutcomeQuery
impl Sync for CommitOutcomeQuery
impl Unpin for CommitOutcomeQuery
impl UnsafeUnpin for CommitOutcomeQuery
impl UnwindSafe for CommitOutcomeQuery
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