pub struct GetPatchNoteByIdParams {
pub patch_note_id: String,
}Expand description
struct for passing parameters to the method get_patch_note_by_id
Fields§
§patch_note_id: StringThe unique identifier of the patch note.
Trait Implementations§
Source§impl Clone for GetPatchNoteByIdParams
impl Clone for GetPatchNoteByIdParams
Source§fn clone(&self) -> GetPatchNoteByIdParams
fn clone(&self) -> GetPatchNoteByIdParams
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 GetPatchNoteByIdParams
impl RefUnwindSafe for GetPatchNoteByIdParams
impl Send for GetPatchNoteByIdParams
impl Sync for GetPatchNoteByIdParams
impl Unpin for GetPatchNoteByIdParams
impl UnsafeUnpin for GetPatchNoteByIdParams
impl UnwindSafe for GetPatchNoteByIdParams
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