pub struct SrvSpec {
pub package: String,
pub name: String,
pub request: MsgSpec,
pub response: MsgSpec,
}Fields§
§package: String§name: String§request: MsgSpec§response: MsgSpecTrait Implementations§
Auto Trait Implementations§
impl Freeze for SrvSpec
impl RefUnwindSafe for SrvSpec
impl Send for SrvSpec
impl Sync for SrvSpec
impl Unpin for SrvSpec
impl UnsafeUnpin for SrvSpec
impl UnwindSafe for SrvSpec
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