#[non_exhaustive]pub struct UpdateProjectMetadata {}Expand description
A status object which is used as the metadata field for the Operation
returned by UpdateProject.
Trait Implementations§
Source§impl Clone for UpdateProjectMetadata
impl Clone for UpdateProjectMetadata
Source§fn clone(&self) -> UpdateProjectMetadata
fn clone(&self) -> UpdateProjectMetadata
Returns a copy 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 UpdateProjectMetadata
impl Debug for UpdateProjectMetadata
Source§impl Default for UpdateProjectMetadata
impl Default for UpdateProjectMetadata
Source§fn default() -> UpdateProjectMetadata
fn default() -> UpdateProjectMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateProjectMetadatawhere
UpdateProjectMetadata: Default,
impl<'de> Deserialize<'de> for UpdateProjectMetadatawhere
UpdateProjectMetadata: Default,
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 Message for UpdateProjectMetadata
impl Message for UpdateProjectMetadata
Source§impl PartialEq for UpdateProjectMetadata
impl PartialEq for UpdateProjectMetadata
Source§impl Serialize for UpdateProjectMetadata
impl Serialize for UpdateProjectMetadata
impl StructuralPartialEq for UpdateProjectMetadata
Auto Trait Implementations§
impl Freeze for UpdateProjectMetadata
impl RefUnwindSafe for UpdateProjectMetadata
impl Send for UpdateProjectMetadata
impl Sync for UpdateProjectMetadata
impl Unpin for UpdateProjectMetadata
impl UnwindSafe for UpdateProjectMetadata
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