pub struct PatchGwApiV1RequestsRequestidStatusRequestPath {
pub request_id: i32,
}Fields§
§request_id: i32Trait Implementations§
Source§impl Clone for PatchGwApiV1RequestsRequestidStatusRequestPath
impl Clone for PatchGwApiV1RequestsRequestidStatusRequestPath
Source§fn clone(&self) -> PatchGwApiV1RequestsRequestidStatusRequestPath
fn clone(&self) -> PatchGwApiV1RequestsRequestidStatusRequestPath
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 moreSource§impl PartialEq for PatchGwApiV1RequestsRequestidStatusRequestPath
impl PartialEq for PatchGwApiV1RequestsRequestidStatusRequestPath
Source§fn eq(&self, other: &PatchGwApiV1RequestsRequestidStatusRequestPath) -> bool
fn eq(&self, other: &PatchGwApiV1RequestsRequestidStatusRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PatchGwApiV1RequestsRequestidStatusRequestPath
Auto Trait Implementations§
impl Freeze for PatchGwApiV1RequestsRequestidStatusRequestPath
impl RefUnwindSafe for PatchGwApiV1RequestsRequestidStatusRequestPath
impl Send for PatchGwApiV1RequestsRequestidStatusRequestPath
impl Sync for PatchGwApiV1RequestsRequestidStatusRequestPath
impl Unpin for PatchGwApiV1RequestsRequestidStatusRequestPath
impl UnsafeUnpin for PatchGwApiV1RequestsRequestidStatusRequestPath
impl UnwindSafe for PatchGwApiV1RequestsRequestidStatusRequestPath
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