pub struct Sorry {
pub reason: String,
}Expand description
Sent by either peer to reject the session due to schema incompatibility.
Fields§
§reason: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Sorry
impl RefUnwindSafe for Sorry
impl Send for Sorry
impl Sync for Sorry
impl Unpin for Sorry
impl UnsafeUnpin for Sorry
impl UnwindSafe for Sorry
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