pub struct VerbSpec {
pub name: String,
pub syntax: String,
pub category: String,
}Expand description
Defines a single verb in an FCP protocol.
Fields§
§name: String§syntax: String§category: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for VerbSpec
impl RefUnwindSafe for VerbSpec
impl Send for VerbSpec
impl Sync for VerbSpec
impl Unpin for VerbSpec
impl UnsafeUnpin for VerbSpec
impl UnwindSafe for VerbSpec
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