pub struct PlaybackResponse {
pub status: Option<Status>,
pub data: Option<String>,
}Fields§
§status: Option<Status>§data: Option<String>Trait Implementations§
Source§impl Debug for PlaybackResponse
impl Debug for PlaybackResponse
Auto Trait Implementations§
impl Freeze for PlaybackResponse
impl RefUnwindSafe for PlaybackResponse
impl Send for PlaybackResponse
impl Sync for PlaybackResponse
impl Unpin for PlaybackResponse
impl UnwindSafe for PlaybackResponse
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