pub struct BooleanSearchExample {
pub features: BTreeMap<String, bool>,
pub positive: bool,
}Fields§
§features: BTreeMap<String, bool>§positive: boolTrait Implementations§
Source§impl Clone for BooleanSearchExample
impl Clone for BooleanSearchExample
Source§fn clone(&self) -> BooleanSearchExample
fn clone(&self) -> BooleanSearchExample
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 BooleanSearchExample
impl RefUnwindSafe for BooleanSearchExample
impl Send for BooleanSearchExample
impl Sync for BooleanSearchExample
impl Unpin for BooleanSearchExample
impl UnsafeUnpin for BooleanSearchExample
impl UnwindSafe for BooleanSearchExample
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