pub struct UpdateItemMeta {
pub name: String,
pub namespace: String,
pub resource_version: String,
}Expand description
used for updating item
Fields§
§name: String§namespace: String§resource_version: StringTrait Implementations§
Source§impl Clone for UpdateItemMeta
impl Clone for UpdateItemMeta
Source§fn clone(&self) -> UpdateItemMeta
fn clone(&self) -> UpdateItemMeta
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 UpdateItemMeta
impl Debug for UpdateItemMeta
Source§impl Default for UpdateItemMeta
impl Default for UpdateItemMeta
Source§fn default() -> UpdateItemMeta
fn default() -> UpdateItemMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateItemMeta
impl<'de> Deserialize<'de> for UpdateItemMeta
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 From<ObjectMeta> for UpdateItemMeta
impl From<ObjectMeta> for UpdateItemMeta
Source§fn from(meta: ObjectMeta) -> Self
fn from(meta: ObjectMeta) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UpdateItemMeta
impl RefUnwindSafe for UpdateItemMeta
impl Send for UpdateItemMeta
impl Sync for UpdateItemMeta
impl Unpin for UpdateItemMeta
impl UnwindSafe for UpdateItemMeta
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