pub struct ExtendedObjectAllOfEvent {
pub id: Option<String>,
pub info: Option<String>,
pub org_id: Option<String>,
pub orgc_id: Option<String>,
}
Fields§
§id: Option<String>
§info: Option<String>
§org_id: Option<String>
§orgc_id: Option<String>
Implementations§
Source§impl ExtendedObjectAllOfEvent
impl ExtendedObjectAllOfEvent
pub fn new() -> ExtendedObjectAllOfEvent
Trait Implementations§
Source§impl Clone for ExtendedObjectAllOfEvent
impl Clone for ExtendedObjectAllOfEvent
Source§fn clone(&self) -> ExtendedObjectAllOfEvent
fn clone(&self) -> ExtendedObjectAllOfEvent
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 ExtendedObjectAllOfEvent
impl Debug for ExtendedObjectAllOfEvent
Source§impl Default for ExtendedObjectAllOfEvent
impl Default for ExtendedObjectAllOfEvent
Source§fn default() -> ExtendedObjectAllOfEvent
fn default() -> ExtendedObjectAllOfEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExtendedObjectAllOfEvent
impl<'de> Deserialize<'de> for ExtendedObjectAllOfEvent
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 ExtendedObjectAllOfEvent
impl PartialEq for ExtendedObjectAllOfEvent
Source§impl Serialize for ExtendedObjectAllOfEvent
impl Serialize for ExtendedObjectAllOfEvent
impl StructuralPartialEq for ExtendedObjectAllOfEvent
Auto Trait Implementations§
impl Freeze for ExtendedObjectAllOfEvent
impl RefUnwindSafe for ExtendedObjectAllOfEvent
impl Send for ExtendedObjectAllOfEvent
impl Sync for ExtendedObjectAllOfEvent
impl Unpin for ExtendedObjectAllOfEvent
impl UnwindSafe for ExtendedObjectAllOfEvent
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