pub struct AggregateOperationRefusal<T> { /* private fields */ }Expand description
Refused aggregate decision retaining the unchanged shell and the intact consumed operation commit.
Implementations§
Source§impl<T> AggregateOperationRefusal<T>
impl<T> AggregateOperationRefusal<T>
Sourcepub const fn reason(&self) -> ConversationRefusalReason
pub const fn reason(&self) -> ConversationRefusalReason
Returns the shell’s stable refusal reason.
Sourcepub fn into_parts(self) -> (ParticipantConversation, T)
pub fn into_parts(self) -> (ParticipantConversation, T)
Recovers the unchanged shell and the intact operation commit.
Trait Implementations§
Source§impl<T: Debug> Debug for AggregateOperationRefusal<T>
impl<T: Debug> Debug for AggregateOperationRefusal<T>
impl<T: Eq> Eq for AggregateOperationRefusal<T>
Source§impl<T: PartialEq> PartialEq for AggregateOperationRefusal<T>
impl<T: PartialEq> PartialEq for AggregateOperationRefusal<T>
impl<T: PartialEq> StructuralPartialEq for AggregateOperationRefusal<T>
Auto Trait Implementations§
impl<T> Freeze for AggregateOperationRefusal<T>where
T: Freeze,
impl<T> RefUnwindSafe for AggregateOperationRefusal<T>where
T: RefUnwindSafe,
impl<T> Send for AggregateOperationRefusal<T>where
T: Send,
impl<T> Sync for AggregateOperationRefusal<T>where
T: Sync,
impl<T> Unpin for AggregateOperationRefusal<T>where
T: Unpin,
impl<T> UnsafeUnpin for AggregateOperationRefusal<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for AggregateOperationRefusal<T>where
T: UnwindSafe,
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