Struct terraform_version::Comparator
source · pub struct Comparator {
pub operator: Operator,
pub version: Version,
}Fields§
§operator: Operator§version: VersionTrait Implementations§
source§impl Clone for Comparator
impl Clone for Comparator
source§fn clone(&self) -> Comparator
fn clone(&self) -> Comparator
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 Comparator
impl Debug for Comparator
source§impl PartialEq<Comparator> for Comparator
impl PartialEq<Comparator> for Comparator
source§fn eq(&self, other: &Comparator) -> bool
fn eq(&self, other: &Comparator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.