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