pub struct AnytimeViewProps<'a> {
pub items: Option<&'a Vec<Task>>,
pub detailed: bool,
}Fields§
§items: Option<&'a Vec<Task>>§detailed: boolTrait Implementations§
Source§impl<'a> Default for AnytimeViewProps<'a>
impl<'a> Default for AnytimeViewProps<'a>
Source§fn default() -> AnytimeViewProps<'a>
fn default() -> AnytimeViewProps<'a>
Returns the “default value” for a type. Read more
impl<'a> Props for AnytimeViewProps<'a>
Auto Trait Implementations§
impl<'a> Freeze for AnytimeViewProps<'a>
impl<'a> RefUnwindSafe for AnytimeViewProps<'a>
impl<'a> Send for AnytimeViewProps<'a>
impl<'a> Sync for AnytimeViewProps<'a>
impl<'a> Unpin for AnytimeViewProps<'a>
impl<'a> UnsafeUnpin for AnytimeViewProps<'a>
impl<'a> UnwindSafe for AnytimeViewProps<'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