Struct wakflo_common::OwnerMetadata
source · pub struct OwnerMetadata {
pub created_by: Option<String>,
}Fields§
§created_by: Option<String>Date the entity was created
Trait Implementations§
source§impl Clone for OwnerMetadata
impl Clone for OwnerMetadata
source§fn clone(&self) -> OwnerMetadata
fn clone(&self) -> OwnerMetadata
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 OwnerMetadata
impl Debug for OwnerMetadata
source§impl Default for OwnerMetadata
impl Default for OwnerMetadata
source§fn default() -> OwnerMetadata
fn default() -> OwnerMetadata
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OwnerMetadata
impl<'de> Deserialize<'de> for OwnerMetadata
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 OwnerMetadata
impl PartialEq for OwnerMetadata
source§fn eq(&self, other: &OwnerMetadata) -> bool
fn eq(&self, other: &OwnerMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for OwnerMetadata
impl Serialize for OwnerMetadata
impl Eq for OwnerMetadata
impl StructuralEq for OwnerMetadata
impl StructuralPartialEq for OwnerMetadata
Auto Trait Implementations§
impl RefUnwindSafe for OwnerMetadata
impl Send for OwnerMetadata
impl Sync for OwnerMetadata
impl Unpin for OwnerMetadata
impl UnwindSafe for OwnerMetadata
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