pub enum RpcMode {
Disabled,
Remote,
Sync,
Mater,
Slave,
}
Variants§
Auto Trait Implementations§
impl Freeze for RpcMode
impl RefUnwindSafe for RpcMode
impl Send for RpcMode
impl Sync for RpcMode
impl Unpin for RpcMode
impl UnwindSafe for RpcMode
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