pub struct EventField {
pub name: String,
pub ty: SolanaType,
pub indexed: bool,
}Expand description
An event field
Fields§
§name: String§ty: SolanaType§indexed: boolTrait Implementations§
Source§impl Clone for EventField
impl Clone for EventField
Source§fn clone(&self) -> EventField
fn clone(&self) -> EventField
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 moreAuto Trait Implementations§
impl Freeze for EventField
impl RefUnwindSafe for EventField
impl Send for EventField
impl Sync for EventField
impl Unpin for EventField
impl UnwindSafe for EventField
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