pub enum StreamProbeError {
Rejected,
}Expand description
Capability-defined stream opening or terminal failure.
Variants§
Rejected
Trait Implementations§
Source§impl Clone for StreamProbeError
impl Clone for StreamProbeError
Source§fn clone(&self) -> StreamProbeError
fn clone(&self) -> StreamProbeError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StreamProbeError
impl Debug for StreamProbeError
impl Eq for StreamProbeError
Source§impl PartialEq for StreamProbeError
impl PartialEq for StreamProbeError
impl StructuralPartialEq for StreamProbeError
Auto Trait Implementations§
impl Freeze for StreamProbeError
impl RefUnwindSafe for StreamProbeError
impl Send for StreamProbeError
impl Sync for StreamProbeError
impl Unpin for StreamProbeError
impl UnsafeUnpin for StreamProbeError
impl UnwindSafe for StreamProbeError
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