pub struct NameConstraint { /* private fields */ }Trait Implementations§
Source§impl Clone for NameConstraint
impl Clone for NameConstraint
Source§fn clone(&self) -> NameConstraint
fn clone(&self) -> NameConstraint
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 ConstraintVMember for NameConstraint
impl ConstraintVMember for NameConstraint
fn get_if(v: &ConstraintV) -> Option<&Self>
fn get_if_mut(v: &mut ConstraintV) -> Option<&mut Self>
Auto Trait Implementations§
impl !Send for NameConstraint
impl !Sync for NameConstraint
impl Freeze for NameConstraint
impl RefUnwindSafe for NameConstraint
impl Unpin for NameConstraint
impl UnsafeUnpin for NameConstraint
impl UnwindSafe for NameConstraint
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