pub struct PlayMessage {
pub container: String,
pub url: Option<String>,
pub content: Option<String>,
pub time: Option<f64>,
pub speed: Option<f64>,
pub headers: Option<HashMap<String, String>>,
}Fields§
§container: String§url: Option<String>§content: Option<String>§time: Option<f64>§speed: Option<f64>§headers: Option<HashMap<String, String>>Trait Implementations§
Source§impl Debug for PlayMessage
impl Debug for PlayMessage
Auto Trait Implementations§
impl Freeze for PlayMessage
impl RefUnwindSafe for PlayMessage
impl Send for PlayMessage
impl Sync for PlayMessage
impl Unpin for PlayMessage
impl UnwindSafe for PlayMessage
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