pub struct ServerlessStreamError {
pub group: String,
pub code: String,
pub message: String,
}Fields§
§group: String§code: String§message: StringTrait Implementations§
Source§impl Clone for ServerlessStreamError
impl Clone for ServerlessStreamError
Source§fn clone(&self) -> ServerlessStreamError
fn clone(&self) -> ServerlessStreamError
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 ServerlessStreamError
impl Debug for ServerlessStreamError
Auto Trait Implementations§
impl Freeze for ServerlessStreamError
impl RefUnwindSafe for ServerlessStreamError
impl Send for ServerlessStreamError
impl Sync for ServerlessStreamError
impl Unpin for ServerlessStreamError
impl UnsafeUnpin for ServerlessStreamError
impl UnwindSafe for ServerlessStreamError
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