pub struct BehaviorWidgets {
pub startup_row: SwitchRow,
pub background_sync_row: SwitchRow,
pub metered_row: SwitchRow,
pub battery_row: SwitchRow,
pub notifications_row: SwitchRow,
pub library_view_row: SwitchRow,
pub catchup_row: ComboRow,
pub concurrency_row: SpinRow,
pub xmp_sidecar_row: SwitchRow,
pub quiet_hours_row: SwitchRow,
pub quiet_start_row: SpinRow,
pub quiet_end_row: SpinRow,
}Fields§
§startup_row: SwitchRow§background_sync_row: SwitchRow§metered_row: SwitchRow§battery_row: SwitchRow§notifications_row: SwitchRow§library_view_row: SwitchRow§catchup_row: ComboRow§concurrency_row: SpinRow§xmp_sidecar_row: SwitchRow§quiet_hours_row: SwitchRow§quiet_start_row: SpinRow§quiet_end_row: SpinRowAuto Trait Implementations§
impl !Send for BehaviorWidgets
impl !Sync for BehaviorWidgets
impl Freeze for BehaviorWidgets
impl RefUnwindSafe for BehaviorWidgets
impl Unpin for BehaviorWidgets
impl UnsafeUnpin for BehaviorWidgets
impl UnwindSafe for BehaviorWidgets
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