pub enum ClusterLinkDirection {
To,
From,
}
Expand description
This link is established by the local node to the peer, or accepted by the local node from the peer.
Variants§
Trait Implementations§
Source§impl FromValue for ClusterLinkDirection
impl FromValue for ClusterLinkDirection
Auto Trait Implementations§
impl Freeze for ClusterLinkDirection
impl RefUnwindSafe for ClusterLinkDirection
impl Send for ClusterLinkDirection
impl Sync for ClusterLinkDirection
impl Unpin for ClusterLinkDirection
impl UnwindSafe for ClusterLinkDirection
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