pub struct LogSignature {
pub params: Vec<ParamInput>,
}Expand description
Defines the schema for decoding a Solana program log event: parameter types to decode from base64 data.
Fields§
§params: Vec<ParamInput>Trait Implementations§
Source§impl Clone for LogSignature
impl Clone for LogSignature
Source§fn clone(&self) -> LogSignature
fn clone(&self) -> LogSignature
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 LogSignature
impl RefUnwindSafe for LogSignature
impl Send for LogSignature
impl Sync for LogSignature
impl Unpin for LogSignature
impl UnwindSafe for LogSignature
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