pub struct Conditions(pub Vec<Condition>);Tuple Fields§
§0: Vec<Condition>Trait Implementations§
Source§impl Default for Conditions
impl Default for Conditions
Source§fn default() -> Conditions
fn default() -> Conditions
Returns the “default value” for a type. Read more
Source§impl FromElem for Conditions
impl FromElem 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