Struct cetacea_proto::client::events::ClientEventGetResponseV1
source · pub struct ClientEventGetResponseV1 {
pub event_id: String,
pub event_type: String,
pub previous_event_id: Option<String>,
}Expand description
The client event get response.
Fields§
§event_id: String§event_type: String§previous_event_id: Option<String>Auto Trait Implementations§
impl RefUnwindSafe for ClientEventGetResponseV1
impl Send for ClientEventGetResponseV1
impl Sync for ClientEventGetResponseV1
impl Unpin for ClientEventGetResponseV1
impl UnwindSafe for ClientEventGetResponseV1
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size:72 bytes