Struct seaplane_cli::cli::cmds::restrict::SeaplaneRestrict
source · pub struct SeaplaneRestrict;Implementations
Trait Implementations
sourceimpl CliCommand for SeaplaneRestrict
impl CliCommand for SeaplaneRestrict
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 SeaplaneRestrict
impl Clone for SeaplaneRestrict
sourcefn clone(&self) -> SeaplaneRestrict
fn clone(&self) -> SeaplaneRestrict
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 SeaplaneRestrict
impl Debug for SeaplaneRestrict
impl Copy for SeaplaneRestrict
Auto Trait Implementations
impl RefUnwindSafe for SeaplaneRestrict
impl Send for SeaplaneRestrict
impl Sync for SeaplaneRestrict
impl Unpin for SeaplaneRestrict
impl UnwindSafe for SeaplaneRestrict
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