pub struct CriteriaList { /* private fields */ }Implementations§
Source§impl CriteriaList
impl CriteriaList
pub fn get_criteria(&self) -> &[Criteria]
pub fn criteria(&mut self, criteria: Criteria) -> &mut Self
pub fn new(criteria: Criteria) -> CriteriaList
Trait Implementations§
Source§impl<__AsRefT: ?Sized> AsRef<__AsRefT> for CriteriaList
impl<__AsRefT: ?Sized> AsRef<__AsRefT> for CriteriaList
Source§impl Clone for CriteriaList
impl Clone for CriteriaList
Source§fn clone(&self) -> CriteriaList
fn clone(&self) -> CriteriaList
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 moreAuto Trait Implementations§
impl Freeze for CriteriaList
impl RefUnwindSafe for CriteriaList
impl Send for CriteriaList
impl Sync for CriteriaList
impl Unpin for CriteriaList
impl UnwindSafe for CriteriaList
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