pub struct SessionInboxClaim {
pub envelope: SessionMessageEnvelope,
pub generation: u64,
pub claim_id: String,
}Expand description
Opaque claim returned to the single consumer.
Fields§
§envelope: SessionMessageEnvelope§generation: u64§claim_id: StringTrait Implementations§
Source§impl Clone for SessionInboxClaim
impl Clone for SessionInboxClaim
Source§fn clone(&self) -> SessionInboxClaim
fn clone(&self) -> SessionInboxClaim
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SessionInboxClaim
impl Debug for SessionInboxClaim
Source§impl PartialEq for SessionInboxClaim
impl PartialEq for SessionInboxClaim
impl StructuralPartialEq for SessionInboxClaim
Auto Trait Implementations§
impl Freeze for SessionInboxClaim
impl RefUnwindSafe for SessionInboxClaim
impl Send for SessionInboxClaim
impl Sync for SessionInboxClaim
impl Unpin for SessionInboxClaim
impl UnsafeUnpin for SessionInboxClaim
impl UnwindSafe for SessionInboxClaim
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