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