pub struct IntentReceived {
pub dim: u16,
pub capsule_cid_hex: String,
pub size: u64,
}Expand description
Evento de entrada de intenção.
Fields§
§dim: u16DIM da intenção.
capsule_cid_hex: StringCID da cápsula.
size: u64Tamanho da cápsula em bytes.
Trait Implementations§
Source§impl Clone for IntentReceived
impl Clone for IntentReceived
Source§fn clone(&self) -> IntentReceived
fn clone(&self) -> IntentReceived
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 IntentReceived
impl Debug for IntentReceived
Source§impl<'de> Deserialize<'de> for IntentReceived
impl<'de> Deserialize<'de> for IntentReceived
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for IntentReceived
impl RefUnwindSafe for IntentReceived
impl Send for IntentReceived
impl Sync for IntentReceived
impl Unpin for IntentReceived
impl UnwindSafe for IntentReceived
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