pub enum ReplyBody {
Accepted(AcceptedReply),
Denied(RejectedReply),
}Variants§
Accepted(AcceptedReply)
Denied(RejectedReply)
Trait Implementations§
impl Eq for ReplyBody
impl StructuralPartialEq for ReplyBody
Auto Trait Implementations§
impl !Freeze for ReplyBody
impl RefUnwindSafe for ReplyBody
impl Send for ReplyBody
impl Sync for ReplyBody
impl Unpin for ReplyBody
impl UnsafeUnpin for ReplyBody
impl UnwindSafe for ReplyBody
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