pub struct FilterDefZoned<'a> {
pub filt_def: &'a FilterDefinition,
pub tz: TimeZone,
}
Expand description
Helper used to carry Timezone information to Display Trait
Fields§
§filt_def: &'a FilterDefinition
Transaction Filter Definition
tz: TimeZone
Timezone to be by Display
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FilterDefZoned<'a>
impl<'a> RefUnwindSafe for FilterDefZoned<'a>
impl<'a> Send for FilterDefZoned<'a>
impl<'a> Sync for FilterDefZoned<'a>
impl<'a> Unpin for FilterDefZoned<'a>
impl<'a> UnwindSafe for FilterDefZoned<'a>
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