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