pub struct InOutDecl {
pub direction: InOut,
pub name: String,
pub type_name: String,
}Expand description
In/out parameter in action def: in name : type ; or out name : type ;.
Fields§
§direction: InOut§name: String§type_name: StringTrait Implementations§
impl Eq for InOutDecl
impl StructuralPartialEq for InOutDecl
Auto Trait Implementations§
impl Freeze for InOutDecl
impl RefUnwindSafe for InOutDecl
impl Send for InOutDecl
impl Sync for InOutDecl
impl Unpin for InOutDecl
impl UnsafeUnpin for InOutDecl
impl UnwindSafe for InOutDecl
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