pub struct HeaderValueGetterParams {
pub location: Option<String>,
}Expand description
Parameters passed to the closure in
ColumnDef::header_value_getter.
Fields§
§location: Option<String>Where the column is going to appear.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeaderValueGetterParams
impl RefUnwindSafe for HeaderValueGetterParams
impl Send for HeaderValueGetterParams
impl Sync for HeaderValueGetterParams
impl Unpin for HeaderValueGetterParams
impl UnwindSafe for HeaderValueGetterParams
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