pub struct JobListCount {
pub count: Option<i32>,
}Fields§
§count: Option<i32>Implementations§
Source§impl JobListCount
impl JobListCount
pub fn new() -> JobListCount
Trait Implementations§
Source§impl Clone for JobListCount
impl Clone for JobListCount
Source§fn clone(&self) -> JobListCount
fn clone(&self) -> JobListCount
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 JobListCount
impl Debug for JobListCount
Source§impl Default for JobListCount
impl Default for JobListCount
Source§fn default() -> JobListCount
fn default() -> JobListCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for JobListCount
impl<'de> Deserialize<'de> for JobListCount
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 JobListCount
impl PartialEq for JobListCount
Source§impl Serialize for JobListCount
impl Serialize for JobListCount
impl StructuralPartialEq for JobListCount
Auto Trait Implementations§
impl Freeze for JobListCount
impl RefUnwindSafe for JobListCount
impl Send for JobListCount
impl Sync for JobListCount
impl Unpin for JobListCount
impl UnwindSafe for JobListCount
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