pub struct NoConstraints;
Expand description
A marker type that indicates that no constraints were supplied.
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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NoConstraints
impl Debug for NoConstraints
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