pub struct ResetColumnsParams {
pub id: i64,
}
Expand description
struct for passing parameters to the method reset_columns
Fields§
§id: i64
The ID of the filter.
Trait Implementations§
Source§impl Clone for ResetColumnsParams
impl Clone for ResetColumnsParams
Source§fn clone(&self) -> ResetColumnsParams
fn clone(&self) -> ResetColumnsParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ResetColumnsParams
impl RefUnwindSafe for ResetColumnsParams
impl Send for ResetColumnsParams
impl Sync for ResetColumnsParams
impl Unpin for ResetColumnsParams
impl UnwindSafe for ResetColumnsParams
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