pub struct ConstructInterface {
pub kind: String,
pub name: Option<String>,
pub type_ref: Option<String>,
pub phase: String,
pub cardinality: String,
}Fields§
§kind: String§name: Option<String>§type_ref: Option<String>§phase: String§cardinality: StringTrait Implementations§
Source§impl Clone for ConstructInterface
impl Clone for ConstructInterface
Source§fn clone(&self) -> ConstructInterface
fn clone(&self) -> ConstructInterface
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 Debug for ConstructInterface
impl Debug for ConstructInterface
impl Eq for ConstructInterface
Source§impl PartialEq for ConstructInterface
impl PartialEq for ConstructInterface
Source§fn eq(&self, other: &ConstructInterface) -> bool
fn eq(&self, other: &ConstructInterface) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConstructInterface
Auto Trait Implementations§
impl Freeze for ConstructInterface
impl RefUnwindSafe for ConstructInterface
impl Send for ConstructInterface
impl Sync for ConstructInterface
impl Unpin for ConstructInterface
impl UnsafeUnpin for ConstructInterface
impl UnwindSafe for ConstructInterface
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