struct ActionEventAttrs {
level: Option<Level>,
fields: Option<FieldsSpec>,
expr: Option<Expr>,
}
Fields§
§level: Option<Level>
§fields: Option<FieldsSpec>
§expr: Option<Expr>
Trait Implementations§
Source§impl Clone for ActionEventAttrs
impl Clone for ActionEventAttrs
Source§fn clone(&self) -> ActionEventAttrs
fn clone(&self) -> ActionEventAttrs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ActionEventAttrs
impl Debug for ActionEventAttrs
Source§impl Default for ActionEventAttrs
impl Default for ActionEventAttrs
Source§fn default() -> ActionEventAttrs
fn default() -> ActionEventAttrs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ActionEventAttrs
impl RefUnwindSafe for ActionEventAttrs
impl !Send for ActionEventAttrs
impl !Sync for ActionEventAttrs
impl Unpin for ActionEventAttrs
impl UnwindSafe for ActionEventAttrs
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