Struct cetacea_proto::server::events::broadcast::BroadCastEvent
source · pub struct BroadCastEvent {
pub server_id: String,
pub event_id: String,
pub previous_event_id: Option<String>,
pub event_body: Value,
}Expand description
message boardcast to all servers hosting the room
Fields§
§server_id: String§event_id: String§previous_event_id: Option<String>§event_body: ValueAuto Trait Implementations§
impl RefUnwindSafe for BroadCastEvent
impl Send for BroadCastEvent
impl Sync for BroadCastEvent
impl Unpin for BroadCastEvent
impl UnwindSafe for BroadCastEvent
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:104 bytes