pub enum OneOfmsg_body {
request(Request),
response(Response),
error(Error),
None,
}Variants§
Trait Implementations§
Source§impl Clone for OneOfmsg_body
impl Clone for OneOfmsg_body
Source§fn clone(&self) -> OneOfmsg_body
fn clone(&self) -> OneOfmsg_body
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 Debug for OneOfmsg_body
impl Debug for OneOfmsg_body
Source§impl Default for OneOfmsg_body
impl Default for OneOfmsg_body
Source§impl PartialEq for OneOfmsg_body
impl PartialEq for OneOfmsg_body
impl StructuralPartialEq for OneOfmsg_body
Auto Trait Implementations§
impl Freeze for OneOfmsg_body
impl RefUnwindSafe for OneOfmsg_body
impl Send for OneOfmsg_body
impl Sync for OneOfmsg_body
impl Unpin for OneOfmsg_body
impl UnwindSafe for OneOfmsg_body
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