pub enum RelayControl {
NoRelays,
AllowRelays,
ForceRelays,
Other(EOS_ERelayControl),
}Variants§
Trait Implementations§
Source§impl Clone for RelayControl
impl Clone for RelayControl
Source§fn clone(&self) -> RelayControl
fn clone(&self) -> RelayControl
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 RelayControl
impl Debug for RelayControl
Source§impl PartialEq for RelayControl
impl PartialEq for RelayControl
impl Copy for RelayControl
impl Eq for RelayControl
impl StructuralPartialEq for RelayControl
Auto Trait Implementations§
impl Freeze for RelayControl
impl RefUnwindSafe for RelayControl
impl Send for RelayControl
impl Sync for RelayControl
impl Unpin for RelayControl
impl UnsafeUnpin for RelayControl
impl UnwindSafe for RelayControl
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