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
To
From
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClusterLinkDirection
impl Send for ClusterLinkDirection
impl Sync for ClusterLinkDirection
impl Unpin for ClusterLinkDirection
impl UnwindSafe for ClusterLinkDirection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more