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