pub struct SdkParkOrderExhausted { /* private fields */ }Expand description
Nonempty parked set exhausted its checked park-order counter.
Implementations§
Source§impl SdkParkOrderExhausted
impl SdkParkOrderExhausted
Sourcepub const fn new(conversation_id: ConversationId) -> Self
pub const fn new(conversation_id: ConversationId) -> Self
Constructs the only legal exhausted-counter payload.
Sourcepub const fn conversation_id(self) -> ConversationId
pub const fn conversation_id(self) -> ConversationId
Conversation whose nonempty set exhausted.
Sourcepub const fn counter(self) -> ParkOrderCounter
pub const fn counter(self) -> ParkOrderCounter
Returns the fixed counter selector.
Trait Implementations§
Source§impl Clone for SdkParkOrderExhausted
impl Clone for SdkParkOrderExhausted
Source§fn clone(&self) -> SdkParkOrderExhausted
fn clone(&self) -> SdkParkOrderExhausted
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 SdkParkOrderExhausted
Source§impl Debug for SdkParkOrderExhausted
impl Debug for SdkParkOrderExhausted
impl Eq for SdkParkOrderExhausted
Source§impl PartialEq for SdkParkOrderExhausted
impl PartialEq for SdkParkOrderExhausted
impl StructuralPartialEq for SdkParkOrderExhausted
Auto Trait Implementations§
impl Freeze for SdkParkOrderExhausted
impl RefUnwindSafe for SdkParkOrderExhausted
impl Send for SdkParkOrderExhausted
impl Sync for SdkParkOrderExhausted
impl Unpin for SdkParkOrderExhausted
impl UnsafeUnpin for SdkParkOrderExhausted
impl UnwindSafe for SdkParkOrderExhausted
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