pub struct ApplyPatchRequest {
pub patch: String,
}Fields§
§patch: StringTrait Implementations§
Source§impl Clone for ApplyPatchRequest
impl Clone for ApplyPatchRequest
Source§fn clone(&self) -> ApplyPatchRequest
fn clone(&self) -> ApplyPatchRequest
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 moreSource§impl Debug for ApplyPatchRequest
impl Debug for ApplyPatchRequest
Source§impl<'de> Deserialize<'de> for ApplyPatchRequest
impl<'de> Deserialize<'de> for ApplyPatchRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ApplyPatchRequest
Source§impl PartialEq for ApplyPatchRequest
impl PartialEq for ApplyPatchRequest
Source§fn eq(&self, other: &ApplyPatchRequest) -> bool
fn eq(&self, other: &ApplyPatchRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ApplyPatchRequest
impl Serialize for ApplyPatchRequest
impl StructuralPartialEq for ApplyPatchRequest
Auto Trait Implementations§
impl Freeze for ApplyPatchRequest
impl RefUnwindSafe for ApplyPatchRequest
impl Send for ApplyPatchRequest
impl Sync for ApplyPatchRequest
impl Unpin for ApplyPatchRequest
impl UnsafeUnpin for ApplyPatchRequest
impl UnwindSafe for ApplyPatchRequest
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