pub struct ReplyType {
pub name: String,
pub topic_name: String,
pub layout: ServiceLayout,
pub method: Option<String>,
pub members: Vec<StructMember>,
}Expand description
Reply-Wire-Datenmodell. Analog zu RequestType.
Fields§
§name: StringVollstaendiger Strukturname.
topic_name: StringTopic-Name.
layout: ServiceLayoutLayout-Variante.
method: Option<String>Methoden-Name fuer Enhanced; None bei Basic.
members: Vec<StructMember>Member-Liste.
Trait Implementations§
impl StructuralPartialEq for ReplyType
Auto Trait Implementations§
impl Freeze for ReplyType
impl RefUnwindSafe for ReplyType
impl Send for ReplyType
impl Sync for ReplyType
impl Unpin for ReplyType
impl UnsafeUnpin for ReplyType
impl UnwindSafe for ReplyType
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