pub struct DeleteCheckParams {
pub check_id: u64,
}Fields§
§check_id: u64Trait Implementations§
Source§impl Debug for DeleteCheckParams
impl Debug for DeleteCheckParams
Auto Trait Implementations§
impl Freeze for DeleteCheckParams
impl RefUnwindSafe for DeleteCheckParams
impl Send for DeleteCheckParams
impl Sync for DeleteCheckParams
impl Unpin for DeleteCheckParams
impl UnwindSafe for DeleteCheckParams
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