pub struct UserDefinedConstraint {
pub definition: String,
}
Expand description
Representation of a user-defined constraint See: ITU-T X.682 (02/2021) 9
Fields§
§definition: String
Trait Implementations§
source§impl Clone for UserDefinedConstraint
impl Clone for UserDefinedConstraint
source§fn clone(&self) -> UserDefinedConstraint
fn clone(&self) -> UserDefinedConstraint
Returns a copy 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 UserDefinedConstraint
impl Debug for UserDefinedConstraint
source§impl From<&str> for UserDefinedConstraint
impl From<&str> for UserDefinedConstraint
source§impl PartialEq for UserDefinedConstraint
impl PartialEq for UserDefinedConstraint
impl StructuralPartialEq for UserDefinedConstraint
Auto Trait Implementations§
impl Freeze for UserDefinedConstraint
impl RefUnwindSafe for UserDefinedConstraint
impl Send for UserDefinedConstraint
impl Sync for UserDefinedConstraint
impl Unpin for UserDefinedConstraint
impl UnwindSafe for UserDefinedConstraint
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)