pub struct EventStreamConfigRequest(pub bool);Expand description
A Sandstorm event stream config request, used to enable or disable event streaming.
Tuple Fields§
§0: boolThe desired status for the event stream (true = enabled, false = disabled).
Trait Implementations§
Source§impl ByteRead for EventStreamConfigRequest
impl ByteRead for EventStreamConfigRequest
Auto Trait Implementations§
impl Freeze for EventStreamConfigRequest
impl RefUnwindSafe for EventStreamConfigRequest
impl Send for EventStreamConfigRequest
impl Sync for EventStreamConfigRequest
impl Unpin for EventStreamConfigRequest
impl UnwindSafe for EventStreamConfigRequest
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