pub struct Property {
pub tag: TagNameType,
pub args: Box<[Expr]>,
}Fields§
§tag: TagNameTypeSP or type::SP. Single SP means precond::SP.
args: Box<[Expr]>Args in SP(args) such as arg1, arg2.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Property
impl RefUnwindSafe for Property
impl !Send for Property
impl !Sync for Property
impl Unpin for Property
impl UnwindSafe for Property
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