pub struct GstClient { /* private fields */ }
Expand description
GstClient
for GStreamer Daemon
API.
Implementations§
Source§impl GstClient
impl GstClient
Sourcepub async fn pipelines(&self) -> Result<SuccessResponse, Error>
pub async fn pipelines(&self) -> Result<SuccessResponse, Error>
Performs GET /pipelines
API request, returning the
parsed gstd_types::SuccessResponse
§Errors
If API request cannot be performed, or fails.
See Error
for details.
Sourcepub fn debug(&self) -> Debug
pub fn debug(&self) -> Debug
Manage GStreamer Daemon
Debug mode.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstClient
impl !RefUnwindSafe for GstClient
impl Send for GstClient
impl Sync for GstClient
impl Unpin for GstClient
impl !UnwindSafe for GstClient
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