pub struct ParsedCloseReason {
pub group: String,
pub error: String,
pub ray_id: Option<String>,
}Fields§
§group: String§error: String§ray_id: Option<String>Auto Trait Implementations§
impl Freeze for ParsedCloseReason
impl RefUnwindSafe for ParsedCloseReason
impl Send for ParsedCloseReason
impl Sync for ParsedCloseReason
impl Unpin for ParsedCloseReason
impl UnsafeUnpin for ParsedCloseReason
impl UnwindSafe for ParsedCloseReason
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