pub enum NodeConnectivity {
In,
Out,
InOut,
}Variants§
Trait Implementations§
Source§impl Clone for NodeConnectivity
impl Clone for NodeConnectivity
Source§fn clone(&self) -> NodeConnectivity
fn clone(&self) -> NodeConnectivity
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 NodeConnectivity
impl Debug for NodeConnectivity
impl Copy for NodeConnectivity
Auto Trait Implementations§
impl Freeze for NodeConnectivity
impl RefUnwindSafe for NodeConnectivity
impl Send for NodeConnectivity
impl Sync for NodeConnectivity
impl Unpin for NodeConnectivity
impl UnwindSafe for NodeConnectivity
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