pub struct GetColumnsParams {
pub id: i64,
}
Expand description
struct for passing parameters to the method get_columns
Fields§
§id: i64
The ID of the filter.
Trait Implementations§
Source§impl Clone for GetColumnsParams
impl Clone for GetColumnsParams
Source§fn clone(&self) -> GetColumnsParams
fn clone(&self) -> GetColumnsParams
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 GetColumnsParams
impl RefUnwindSafe for GetColumnsParams
impl Send for GetColumnsParams
impl Sync for GetColumnsParams
impl Unpin for GetColumnsParams
impl UnwindSafe for GetColumnsParams
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