pub struct InterfaceClassType {
    pub nodes: (PsClassIdentifier, Option<ParameterValueAssignment>),
}Fields§
§nodes: (PsClassIdentifier, Option<ParameterValueAssignment>)Trait Implementations§
Source§impl Clone for InterfaceClassType
 
impl Clone for InterfaceClassType
Source§fn clone(&self) -> InterfaceClassType
 
fn clone(&self) -> InterfaceClassType
Returns a duplicate 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 InterfaceClassType
 
impl Debug for InterfaceClassType
Source§impl<'a> From<&'a InterfaceClassType> for RefNode<'a>
 
impl<'a> From<&'a InterfaceClassType> for RefNode<'a>
Source§fn from(x: &'a InterfaceClassType) -> RefNode<'a>
 
fn from(x: &'a InterfaceClassType) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a InterfaceClassType> for RefNodes<'a>
 
impl<'a> From<&'a InterfaceClassType> for RefNodes<'a>
Source§fn from(x: &'a InterfaceClassType) -> RefNodes<'a>
 
fn from(x: &'a InterfaceClassType) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<InterfaceClassType> for AnyNode
 
impl From<InterfaceClassType> for AnyNode
Source§fn from(x: InterfaceClassType) -> AnyNode
 
fn from(x: InterfaceClassType) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a InterfaceClassType
 
impl<'a> IntoIterator for &'a InterfaceClassType
Source§impl PartialEq for InterfaceClassType
 
impl PartialEq for InterfaceClassType
Source§impl<'a> TryFrom<&'a InterfaceClassType> for Locate
 
impl<'a> TryFrom<&'a InterfaceClassType> for Locate
Source§impl TryFrom<AnyNode> for InterfaceClassType
 
impl TryFrom<AnyNode> for InterfaceClassType
Source§impl TryFrom<InterfaceClassType> for Locate
 
impl TryFrom<InterfaceClassType> for Locate
impl StructuralPartialEq for InterfaceClassType
Auto Trait Implementations§
impl Freeze for InterfaceClassType
impl RefUnwindSafe for InterfaceClassType
impl Send for InterfaceClassType
impl Sync for InterfaceClassType
impl Unpin for InterfaceClassType
impl UnwindSafe for InterfaceClassType
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