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