Struct seaplane_cli::cli::cmds::locks::SeaplaneLocks
source · pub struct SeaplaneLocks;Implementations
sourceimpl SeaplaneLocks
impl SeaplaneLocks
Trait Implementations
sourceimpl CliCommand for SeaplaneLocks
impl CliCommand for SeaplaneLocks
fn next_subcmd<'a>(
&self,
matches: &'a ArgMatches
) -> Option<(Box<dyn CliCommand>, &'a ArgMatches)>
fn update_ctx(&self, _matches: &ArgMatches, _ctx: &mut Ctx) -> Result<()>
fn run(&self, _ctx: &mut Ctx) -> Result<()>
sourceimpl Clone for SeaplaneLocks
impl Clone for SeaplaneLocks
sourcefn clone(&self) -> SeaplaneLocks
fn clone(&self) -> SeaplaneLocks
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SeaplaneLocks
impl Debug for SeaplaneLocks
impl Copy for SeaplaneLocks
Auto Trait Implementations
impl RefUnwindSafe for SeaplaneLocks
impl Send for SeaplaneLocks
impl Sync for SeaplaneLocks
impl Unpin for SeaplaneLocks
impl UnwindSafe for SeaplaneLocks
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more