pub enum AscenddClientRouting {
Enabled,
Disabled,
}
Expand description
Whether this node’s ascendd clients should be routed to each other
Variants§
Auto Trait Implementations§
impl Freeze for AscenddClientRouting
impl RefUnwindSafe for AscenddClientRouting
impl Send for AscenddClientRouting
impl Sync for AscenddClientRouting
impl Unpin for AscenddClientRouting
impl UnwindSafe for AscenddClientRouting
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