pub struct ProcessedMessageInfo {
pub accounts_data_len: u64,
}Expand description
Resultant information gathered from calling process_message()
Fields
accounts_data_len: u64The new accounts data len
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ProcessedMessageInfo
impl Send for ProcessedMessageInfo
impl Sync for ProcessedMessageInfo
impl Unpin for ProcessedMessageInfo
impl UnwindSafe for ProcessedMessageInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more