pub struct CastsState {
pub casts: HashMap<u64, Cast>,
}Expand description
The casts state communicated over the event stream.
Fields§
§casts: HashMap<u64, Cast>Map from a stream id to the screencast.
Trait Implementations§
Source§impl Debug for CastsState
impl Debug for CastsState
Source§impl Default for CastsState
impl Default for CastsState
Source§fn default() -> CastsState
fn default() -> CastsState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CastsState
impl RefUnwindSafe for CastsState
impl Send for CastsState
impl Sync for CastsState
impl Unpin for CastsState
impl UnwindSafe for CastsState
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