pub struct ProtoSpec { /* private fields */ }Expand description
A parsed protocol specification, following the syntax described in
the documentation for the muCMZProtocol! macro in the cmz crate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProtoSpec
impl RefUnwindSafe for ProtoSpec
impl !Send for ProtoSpec
impl !Sync for ProtoSpec
impl Unpin for ProtoSpec
impl UnwindSafe for ProtoSpec
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