pub struct SeiMessage {
pub payload_type: u32,
pub payload_size: u32,
pub payload: SeiPayload,
}
Fields§
§payload_type: u32
§payload_size: u32
§payload: SeiPayload
Implementations§
Source§impl SeiMessage
impl SeiMessage
Trait Implementations§
Source§impl Clone for SeiMessage
impl Clone for SeiMessage
Source§fn clone(&self) -> SeiMessage
fn clone(&self) -> SeiMessage
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 SeiMessage
impl RefUnwindSafe for SeiMessage
impl Send for SeiMessage
impl Sync for SeiMessage
impl Unpin for SeiMessage
impl UnwindSafe for SeiMessage
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