pub struct Conditions {
pub location_prefix: String,
pub conditionals: Vec<Conditional>,
}
Expand description
The struct containing conditions
Fields§
§location_prefix: String
The location prefix
conditionals: Vec<Conditional>
The conditionals
Trait Implementations§
Source§impl Clone for Conditions
impl Clone for Conditions
Source§fn clone(&self) -> Conditions
fn clone(&self) -> Conditions
Returns a duplicate 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 Conditions
impl Debug for Conditions
Source§impl Ord for Conditions
impl Ord for Conditions
Source§impl PartialEq for Conditions
impl PartialEq for Conditions
Source§impl PartialOrd for Conditions
impl PartialOrd for Conditions
impl Eq for Conditions
impl StructuralPartialEq for Conditions
Auto Trait Implementations§
impl Freeze for Conditions
impl !RefUnwindSafe for Conditions
impl Send for Conditions
impl Sync for Conditions
impl Unpin for Conditions
impl !UnwindSafe for Conditions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.