pub struct MaxWorkItems;Expand description
Maximum number of Work Items in a Work Package.
Trait Implementations§
Source§impl Clone for MaxWorkItems
impl Clone for MaxWorkItems
Source§fn clone(&self) -> MaxWorkItems
fn clone(&self) -> MaxWorkItems
Returns a copy 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 MaxWorkItems
impl Debug for MaxWorkItems
Source§impl Default for MaxWorkItems
impl Default for MaxWorkItems
Source§fn default() -> MaxWorkItems
fn default() -> MaxWorkItems
Returns the “default value” for a type. Read more
Source§impl PartialEq for MaxWorkItems
impl PartialEq for MaxWorkItems
impl Copy for MaxWorkItems
impl Eq for MaxWorkItems
impl StructuralPartialEq for MaxWorkItems
Auto Trait Implementations§
impl Freeze for MaxWorkItems
impl RefUnwindSafe for MaxWorkItems
impl Send for MaxWorkItems
impl Sync for MaxWorkItems
impl Unpin for MaxWorkItems
impl UnwindSafe for MaxWorkItems
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