Enum crabgrab::capture_stream::StreamStopError  
source · pub enum StreamStopError {
    Other(String),
    AlreadyStopped,
}Expand description
This represents an error while stopping a stream
Variants§
Trait Implementations§
source§impl Debug for StreamStopError
 
impl Debug for StreamStopError
source§impl Display for StreamStopError
 
impl Display for StreamStopError
source§impl Error for StreamStopError
 
impl Error for StreamStopError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl Send for StreamStopError
impl Sync for StreamStopError
Auto Trait Implementations§
impl Freeze for StreamStopError
impl RefUnwindSafe for StreamStopError
impl Unpin for StreamStopError
impl UnwindSafe for StreamStopError
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