pub struct ProjectUpdatedProps {
pub properties: Value,
}Expand description
Properties for EventListResponse::ProjectUpdated.
The Project type is complex; represented as a JSON value.
Fields§
§properties: ValueThe updated project (complex type, serialised as serde_json::Value).
Trait Implementations§
Source§impl Clone for ProjectUpdatedProps
impl Clone for ProjectUpdatedProps
Source§fn clone(&self) -> ProjectUpdatedProps
fn clone(&self) -> ProjectUpdatedProps
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 ProjectUpdatedProps
impl Debug for ProjectUpdatedProps
Source§impl<'de> Deserialize<'de> for ProjectUpdatedProps
impl<'de> Deserialize<'de> for ProjectUpdatedProps
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 ProjectUpdatedProps
impl PartialEq for ProjectUpdatedProps
Source§impl Serialize for ProjectUpdatedProps
impl Serialize for ProjectUpdatedProps
impl StructuralPartialEq for ProjectUpdatedProps
Auto Trait Implementations§
impl Freeze for ProjectUpdatedProps
impl RefUnwindSafe for ProjectUpdatedProps
impl Send for ProjectUpdatedProps
impl Sync for ProjectUpdatedProps
impl Unpin for ProjectUpdatedProps
impl UnwindSafe for ProjectUpdatedProps
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