Struct eva_common::acl::PathMaskList
source · pub struct PathMaskList { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for PathMaskList
impl Clone for PathMaskList
source§fn clone(&self) -> PathMaskList
fn clone(&self) -> PathMaskList
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 PathMaskList
impl Debug for PathMaskList
source§impl Default for PathMaskList
impl Default for PathMaskList
source§fn default() -> PathMaskList
fn default() -> PathMaskList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PathMaskList
impl<'de> Deserialize<'de> for PathMaskList
source§fn deserialize<D>(deserializer: D) -> Result<PathMaskList, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<PathMaskList, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<PathMaskList> for Value
impl From<PathMaskList> for Value
source§fn from(v: PathMaskList) -> Value
fn from(v: PathMaskList) -> Value
Converts to this type from the input type.