pub struct MinSourcesConfig {
pub sources: u32,
}Fields§
§sources: u32Trait Implementations§
Source§impl Clone for MinSourcesConfig
impl Clone for MinSourcesConfig
Source§fn clone(&self) -> MinSourcesConfig
fn clone(&self) -> MinSourcesConfig
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 MinSourcesConfig
impl Debug for MinSourcesConfig
Source§impl PartialEq for MinSourcesConfig
impl PartialEq for MinSourcesConfig
Source§fn eq(&self, other: &MinSourcesConfig) -> bool
fn eq(&self, other: &MinSourcesConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MinSourcesConfig
Auto Trait Implementations§
impl Freeze for MinSourcesConfig
impl RefUnwindSafe for MinSourcesConfig
impl Send for MinSourcesConfig
impl Sync for MinSourcesConfig
impl Unpin for MinSourcesConfig
impl UnsafeUnpin for MinSourcesConfig
impl UnwindSafe for MinSourcesConfig
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