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