pub struct LocationCreatedEventData {
pub type: Option<Option<String>>,
pub id: Option<String>,
}Fields§
§type: Option<Option<String>>Name of the affected object’s type, \"location\".
id: Option<String>ID of the updated Location.
Implementations§
Source§impl LocationCreatedEventData
impl LocationCreatedEventData
pub fn new() -> LocationCreatedEventData
Trait Implementations§
Source§impl Clone for LocationCreatedEventData
impl Clone for LocationCreatedEventData
Source§fn clone(&self) -> LocationCreatedEventData
fn clone(&self) -> LocationCreatedEventData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocationCreatedEventData
impl Debug for LocationCreatedEventData
Source§impl Default for LocationCreatedEventData
impl Default for LocationCreatedEventData
Source§fn default() -> LocationCreatedEventData
fn default() -> LocationCreatedEventData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LocationCreatedEventData
impl<'de> Deserialize<'de> for LocationCreatedEventData
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 LocationCreatedEventData
impl PartialEq for LocationCreatedEventData
Source§impl Serialize for LocationCreatedEventData
impl Serialize for LocationCreatedEventData
impl StructuralPartialEq for LocationCreatedEventData
Auto Trait Implementations§
impl Freeze for LocationCreatedEventData
impl RefUnwindSafe for LocationCreatedEventData
impl Send for LocationCreatedEventData
impl Sync for LocationCreatedEventData
impl Unpin for LocationCreatedEventData
impl UnsafeUnpin for LocationCreatedEventData
impl UnwindSafe for LocationCreatedEventData
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