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