Enum plex_api::Constraint
source · pub enum Constraint {
Max(String),
Min(String),
Match(Vec<String>),
NotMatch(String),
}
Variants§
Trait Implementations§
source§impl Clone for Constraint
impl Clone for Constraint
source§fn clone(&self) -> Constraint
fn clone(&self) -> Constraint
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 more