Struct eva_common::acl::PathMaskList
source · [−]Fields
path_masks: HashSet<PathMask>Implementations
Trait Implementations
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
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PathMaskList
impl Send for PathMaskList
impl Sync for PathMaskList
impl Unpin for PathMaskList
impl UnwindSafe for PathMaskList
Blanket Implementations
Mutably borrows from an owned value. Read more