Struct seaplane_cli::ops::restrict::Restrictions
source · pub struct Restrictions { /* private fields */ }Implementations§
source§impl Restrictions
impl Restrictions
pub fn from_model(model: Vec<Restriction>) -> Self
pub fn iter(&self) -> impl Iterator<Item = &Restriction>
Trait Implementations§
source§impl Clone for Restrictions
impl Clone for Restrictions
source§fn clone(&self) -> Restrictions
fn clone(&self) -> Restrictions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Restrictions
impl Debug for Restrictions
source§impl Default for Restrictions
impl Default for Restrictions
source§fn default() -> Restrictions
fn default() -> Restrictions
Returns the “default value” for a type. Read more