pub(crate) struct MpvIpcResponse(pub(crate) Result<Option<Value>, MpvError>);
Expand description
MpvIpc
’s response to a MpvIpcCommand
.
Tuple Fields§
§0: Result<Option<Value>, MpvError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MpvIpcResponse
impl !RefUnwindSafe for MpvIpcResponse
impl Send for MpvIpcResponse
impl Sync for MpvIpcResponse
impl Unpin for MpvIpcResponse
impl !UnwindSafe for MpvIpcResponse
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