Enum radicle_cli::commands::rad_node::Operation
source · pub enum Operation {
Connect {
addr: PeerAddr<NodeId, Address>,
timeout: Duration,
},
Config {
addresses: bool,
},
Db {
args: Vec<OsString>,
},
Events {
timeout: Duration,
count: usize,
},
Routing {
json: bool,
rid: Option<RepoId>,
nid: Option<NodeId>,
},
Start {
foreground: bool,
verbose: bool,
path: PathBuf,
options: Vec<OsString>,
},
Logs {
lines: usize,
},
Status,
Inventory,
Debug,
Sessions,
Stop,
}Variants§
Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
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