pub struct PositionalContract {
pub name: &'static str,
pub required: bool,
pub repeatable: bool,
}Fields§
§name: &'static str§required: bool§repeatable: boolImplementations§
Trait Implementations§
Source§impl Debug for PositionalContract
impl Debug for PositionalContract
Auto Trait Implementations§
impl Freeze for PositionalContract
impl RefUnwindSafe for PositionalContract
impl Send for PositionalContract
impl Sync for PositionalContract
impl Unpin for PositionalContract
impl UnsafeUnpin for PositionalContract
impl UnwindSafe for PositionalContract
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