pub struct StreamException<'request> {
pub metadata: StreamExceptionMetadata<'request>,
pub uid: &'request Uid,
}
Fields§
§metadata: StreamExceptionMetadata<'request>
§uid: &'request Uid
Trait Implementations§
Source§impl<'request> Clone for StreamException<'request>
impl<'request> Clone for StreamException<'request>
Source§fn clone(&self) -> StreamException<'request>
fn clone(&self) -> StreamException<'request>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'request> Debug for StreamException<'request>
impl<'request> Debug for StreamException<'request>
Auto Trait Implementations§
impl<'request> Freeze for StreamException<'request>
impl<'request> RefUnwindSafe for StreamException<'request>
impl<'request> Send for StreamException<'request>
impl<'request> Sync for StreamException<'request>
impl<'request> Unpin for StreamException<'request>
impl<'request> UnwindSafe for StreamException<'request>
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