pub struct VisualFeatureQuery {
pub colors: Option<Vec<String>>,
pub objects: Option<Vec<String>>,
pub scene_type: Option<String>,
}Fields§
§colors: Option<Vec<String>>§objects: Option<Vec<String>>§scene_type: Option<String>Trait Implementations§
Source§impl Clone for VisualFeatureQuery
impl Clone for VisualFeatureQuery
Source§fn clone(&self) -> VisualFeatureQuery
fn clone(&self) -> VisualFeatureQuery
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 VisualFeatureQuery
impl RefUnwindSafe for VisualFeatureQuery
impl Send for VisualFeatureQuery
impl Sync for VisualFeatureQuery
impl Unpin for VisualFeatureQuery
impl UnwindSafe for VisualFeatureQuery
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