pub struct UpdateResource {
pub tags: Option<Value>,
}Expand description
Represents an update resource
Fields§
The tags of the resource.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateResource
impl Clone for UpdateResource
Source§fn clone(&self) -> UpdateResource
fn clone(&self) -> UpdateResource
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 UpdateResource
impl Debug for UpdateResource
Source§impl Default for UpdateResource
impl Default for UpdateResource
Source§fn default() -> UpdateResource
fn default() -> UpdateResource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateResource
impl<'de> Deserialize<'de> for UpdateResource
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
Source§impl PartialEq for UpdateResource
impl PartialEq for UpdateResource
Source§fn eq(&self, other: &UpdateResource) -> bool
fn eq(&self, other: &UpdateResource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateResource
impl Serialize for UpdateResource
impl StructuralPartialEq for UpdateResource
Auto Trait Implementations§
impl Freeze for UpdateResource
impl RefUnwindSafe for UpdateResource
impl Send for UpdateResource
impl Sync for UpdateResource
impl Unpin for UpdateResource
impl UnsafeUnpin for UpdateResource
impl UnwindSafe for UpdateResource
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