pub struct MethodDefinitionData {
pub meta: Meta,
pub key: Box<ExpressionType>,
pub value: FunctionData,
pub kind: MethodDefinitionKind,
pub computed: bool,
pub static_flag: bool,
}Fields§
§meta: Meta§key: Box<ExpressionType>§value: FunctionData§kind: MethodDefinitionKind§computed: bool§static_flag: boolTrait Implementations§
Source§impl Debug for MethodDefinitionData
impl Debug for MethodDefinitionData
Auto Trait Implementations§
impl Freeze for MethodDefinitionData
impl RefUnwindSafe for MethodDefinitionData
impl !Send for MethodDefinitionData
impl !Sync for MethodDefinitionData
impl Unpin for MethodDefinitionData
impl UnwindSafe for MethodDefinitionData
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