pub struct SessionInboxLimits {
pub max_payload_bytes: usize,
pub max_backlog: usize,
pub max_claim_batch: usize,
}Fields§
§max_payload_bytes: usize§max_backlog: usize§max_claim_batch: usizeTrait Implementations§
Source§impl Clone for SessionInboxLimits
impl Clone for SessionInboxLimits
Source§fn clone(&self) -> SessionInboxLimits
fn clone(&self) -> SessionInboxLimits
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 moreimpl Copy for SessionInboxLimits
Source§impl Debug for SessionInboxLimits
impl Debug for SessionInboxLimits
Source§impl Default for SessionInboxLimits
impl Default for SessionInboxLimits
Source§fn default() -> SessionInboxLimits
fn default() -> SessionInboxLimits
Returns the “default value” for a type. Read more
impl Eq for SessionInboxLimits
Source§impl PartialEq for SessionInboxLimits
impl PartialEq for SessionInboxLimits
impl StructuralPartialEq for SessionInboxLimits
Auto Trait Implementations§
impl Freeze for SessionInboxLimits
impl RefUnwindSafe for SessionInboxLimits
impl Send for SessionInboxLimits
impl Sync for SessionInboxLimits
impl Unpin for SessionInboxLimits
impl UnsafeUnpin for SessionInboxLimits
impl UnwindSafe for SessionInboxLimits
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.