pub enum PortHandleVisibility {
Visible,
Hidden,
Collapsed,
}Expand description
Adapter-facing visibility hint for a node port handle.
Variants§
Trait Implementations§
Source§impl Clone for PortHandleVisibility
impl Clone for PortHandleVisibility
Source§fn clone(&self) -> PortHandleVisibility
fn clone(&self) -> PortHandleVisibility
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 moreimpl Copy for PortHandleVisibility
Source§impl Debug for PortHandleVisibility
impl Debug for PortHandleVisibility
Source§impl<'de> Deserialize<'de> for PortHandleVisibility
impl<'de> Deserialize<'de> for PortHandleVisibility
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PortHandleVisibility
Source§impl Hash for PortHandleVisibility
impl Hash for PortHandleVisibility
Source§impl PartialEq for PortHandleVisibility
impl PartialEq for PortHandleVisibility
Source§fn eq(&self, other: &PortHandleVisibility) -> bool
fn eq(&self, other: &PortHandleVisibility) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PortHandleVisibility
impl Serialize for PortHandleVisibility
impl StructuralPartialEq for PortHandleVisibility
Auto Trait Implementations§
impl Freeze for PortHandleVisibility
impl RefUnwindSafe for PortHandleVisibility
impl Send for PortHandleVisibility
impl Sync for PortHandleVisibility
impl Unpin for PortHandleVisibility
impl UnsafeUnpin for PortHandleVisibility
impl UnwindSafe for PortHandleVisibility
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.