pub struct DeletePatchNoteByIdParams {
pub patch_note_id: String,
}Expand description
struct for passing parameters to the method delete_patch_note_by_id
Fields§
§patch_note_id: StringThe unique identifier of the patch note.
Trait Implementations§
Source§impl Clone for DeletePatchNoteByIdParams
impl Clone for DeletePatchNoteByIdParams
Source§fn clone(&self) -> DeletePatchNoteByIdParams
fn clone(&self) -> DeletePatchNoteByIdParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeletePatchNoteByIdParams
impl RefUnwindSafe for DeletePatchNoteByIdParams
impl Send for DeletePatchNoteByIdParams
impl Sync for DeletePatchNoteByIdParams
impl Unpin for DeletePatchNoteByIdParams
impl UnsafeUnpin for DeletePatchNoteByIdParams
impl UnwindSafe for DeletePatchNoteByIdParams
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