pub enum HelloRole {
Replica = 1,
ServiceSubscriber = 2,
}Variants§
Trait Implementations§
impl Copy for HelloRole
impl Eq for HelloRole
impl StructuralPartialEq for HelloRole
Auto Trait Implementations§
impl Freeze for HelloRole
impl RefUnwindSafe for HelloRole
impl Send for HelloRole
impl Sync for HelloRole
impl Unpin for HelloRole
impl UnsafeUnpin for HelloRole
impl UnwindSafe for HelloRole
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