pub struct NoConstraints {}
Expand description
The whole space, no constraints
Implementations§
Source§impl NoConstraints
impl NoConstraints
Sourcepub fn new() -> NoConstraints
pub fn new() -> NoConstraints
Constructs new instance of NoConstraints
Trait Implementations§
Source§impl Clone for NoConstraints
impl Clone for NoConstraints
Source§fn clone(&self) -> NoConstraints
fn clone(&self) -> NoConstraints
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 Constraint for NoConstraints
impl Constraint for NoConstraints
Source§impl Default for NoConstraints
impl Default for NoConstraints
Source§fn default() -> NoConstraints
fn default() -> NoConstraints
Returns the “default value” for a type. Read more
impl Copy for NoConstraints
Auto Trait Implementations§
impl Freeze for NoConstraints
impl RefUnwindSafe for NoConstraints
impl Send for NoConstraints
impl Sync for NoConstraints
impl Unpin for NoConstraints
impl UnwindSafe for NoConstraints
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