#[repr(C)]pub struct ICU4XWeekOf {
pub week: u16,
pub unit: ICU4XWeekRelativeUnit,
}
Fields§
§week: u16
§unit: ICU4XWeekRelativeUnit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ICU4XWeekOf
impl RefUnwindSafe for ICU4XWeekOf
impl Send for ICU4XWeekOf
impl Sync for ICU4XWeekOf
impl Unpin for ICU4XWeekOf
impl UnwindSafe for ICU4XWeekOf
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
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more