pub struct PatchResponse {
pub checked_patch: CheckedPatch,
}Expand description
Response from a patch request.
Fields§
§checked_patch: CheckedPatchChecked patch status.
Trait Implementations§
Source§impl Clone for PatchResponse
impl Clone for PatchResponse
Source§fn clone(&self) -> PatchResponse
fn clone(&self) -> PatchResponse
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 Debug for PatchResponse
impl Debug for PatchResponse
Source§impl PartialEq for PatchResponse
impl PartialEq for PatchResponse
impl Eq for PatchResponse
impl StructuralPartialEq for PatchResponse
Auto Trait Implementations§
impl Freeze for PatchResponse
impl RefUnwindSafe for PatchResponse
impl Send for PatchResponse
impl Sync for PatchResponse
impl Unpin for PatchResponse
impl UnwindSafe for PatchResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.