pub struct MethodEventField {
pub node_id: NodeId,
}Expand description
A field of an event that references a method.
Fields§
§node_id: NodeIdMethod node ID.
Trait Implementations§
Source§impl Debug for MethodEventField
impl Debug for MethodEventField
Source§impl Default for MethodEventField
impl Default for MethodEventField
Source§fn default() -> MethodEventField
fn default() -> MethodEventField
Returns the “default value” for a type. Read more
Source§impl EventField for MethodEventField
impl EventField for MethodEventField
Source§fn get_value(
&self,
attribute_id: AttributeId,
index_range: &NumericRange,
browse_path: &[QualifiedName],
) -> Variant
fn get_value( &self, attribute_id: AttributeId, index_range: &NumericRange, browse_path: &[QualifiedName], ) -> Variant
Get the variant representation of this field, using the given index range. Read more
Auto Trait Implementations§
impl Freeze for MethodEventField
impl RefUnwindSafe for MethodEventField
impl Send for MethodEventField
impl Sync for MethodEventField
impl Unpin for MethodEventField
impl UnsafeUnpin for MethodEventField
impl UnwindSafe for MethodEventField
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