pub struct ClientEventsPayload {
pub sender_user_id: Option<String>,
pub place_id: Option<String>,
pub root_place_id: Option<String>,
pub universe_id: Option<String>,
pub trigger: Option<String>,
}Fields§
§sender_user_id: Option<String>§place_id: Option<String>§root_place_id: Option<String>§universe_id: Option<String>§trigger: Option<String>Trait Implementations§
Source§impl Clone for ClientEventsPayload
impl Clone for ClientEventsPayload
Source§fn clone(&self) -> ClientEventsPayload
fn clone(&self) -> ClientEventsPayload
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 ClientEventsPayload
impl Debug for ClientEventsPayload
Source§impl<'de> Deserialize<'de> for ClientEventsPayload
impl<'de> Deserialize<'de> for ClientEventsPayload
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 ClientEventsPayload
impl PartialEq for ClientEventsPayload
Source§impl Serialize for ClientEventsPayload
impl Serialize for ClientEventsPayload
impl Eq for ClientEventsPayload
impl StructuralPartialEq for ClientEventsPayload
Auto Trait Implementations§
impl Freeze for ClientEventsPayload
impl RefUnwindSafe for ClientEventsPayload
impl Send for ClientEventsPayload
impl Sync for ClientEventsPayload
impl Unpin for ClientEventsPayload
impl UnwindSafe for ClientEventsPayload
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