pub struct FilterWidgets {Show 22 fields
pub revealer: Revealer,
pub filename_row: EntryRow,
pub description_row: EntryRow,
pub ocr_row: EntryRow,
pub type_row: ComboRow,
pub favorite_row: SwitchRow,
pub archived_row: SwitchRow,
pub motion_row: SwitchRow,
pub not_in_album_row: SwitchRow,
pub with_deleted_row: SwitchRow,
pub visibility_row: ComboRow,
pub rating_row: ComboRow,
pub taken_after_row: EntryRow,
pub taken_before_row: EntryRow,
pub created_after_row: EntryRow,
pub created_before_row: EntryRow,
pub make_row: EntryRow,
pub model_row: EntryRow,
pub lens_row: EntryRow,
pub country_row: EntryRow,
pub state_row: EntryRow,
pub city_row: EntryRow,
}Fields§
§revealer: Revealer§filename_row: EntryRow§description_row: EntryRow§ocr_row: EntryRow§type_row: ComboRow§favorite_row: SwitchRow§archived_row: SwitchRow§motion_row: SwitchRow§not_in_album_row: SwitchRow§with_deleted_row: SwitchRow§visibility_row: ComboRow§rating_row: ComboRow§taken_after_row: EntryRow§taken_before_row: EntryRow§created_after_row: EntryRow§created_before_row: EntryRow§make_row: EntryRow§model_row: EntryRow§lens_row: EntryRow§country_row: EntryRow§state_row: EntryRow§city_row: EntryRowAuto Trait Implementations§
impl !Send for FilterWidgets
impl !Sync for FilterWidgets
impl Freeze for FilterWidgets
impl RefUnwindSafe for FilterWidgets
impl Unpin for FilterWidgets
impl UnsafeUnpin for FilterWidgets
impl UnwindSafe for FilterWidgets
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more