pub struct InnerTypeConstraint {
pub is_partial: bool,
pub constraints: Vec<ConstrainedComponent>,
}
Expand description
Representation of a component constraint used for subtyping in ASN1 specifications
Fields§
§is_partial: bool
§constraints: Vec<ConstrainedComponent>
Trait Implementations§
Source§impl Clone for InnerTypeConstraint
impl Clone for InnerTypeConstraint
Source§fn clone(&self) -> InnerTypeConstraint
fn clone(&self) -> InnerTypeConstraint
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 InnerTypeConstraint
impl Debug for InnerTypeConstraint
Source§impl PartialEq for InnerTypeConstraint
impl PartialEq for InnerTypeConstraint
impl StructuralPartialEq for InnerTypeConstraint
Auto Trait Implementations§
impl Freeze for InnerTypeConstraint
impl RefUnwindSafe for InnerTypeConstraint
impl Send for InnerTypeConstraint
impl Sync for InnerTypeConstraint
impl Unpin for InnerTypeConstraint
impl UnwindSafe for InnerTypeConstraint
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
)