pub struct TableConstraint {
pub object_set: ObjectSet,
pub linked_fields: Vec<RelationalConstraint>,
}
Expand description
Representation of a table constraint used for subtyping in ASN1 specifications See: ITU-T X.682 (02/2021) 10
Fields§
§object_set: ObjectSet
§linked_fields: Vec<RelationalConstraint>
Trait Implementations§
Source§impl Clone for TableConstraint
impl Clone for TableConstraint
Source§fn clone(&self) -> TableConstraint
fn clone(&self) -> TableConstraint
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 TableConstraint
impl Debug for TableConstraint
Source§impl From<(ObjectSet, Option<Vec<RelationalConstraint>>)> for TableConstraint
impl From<(ObjectSet, Option<Vec<RelationalConstraint>>)> for TableConstraint
Source§impl PartialEq for TableConstraint
impl PartialEq for TableConstraint
impl StructuralPartialEq for TableConstraint
Auto Trait Implementations§
impl Freeze for TableConstraint
impl RefUnwindSafe for TableConstraint
impl Send for TableConstraint
impl Sync for TableConstraint
impl Unpin for TableConstraint
impl UnwindSafe for TableConstraint
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
)