pub struct RecordAdmissionRefusal<'a, EF, V, LF> { /* private fields */ }Expand description
Exact wire response paired with the unchanged replayable aggregate.
Implementations§
Source§impl<'a, EF, V, LF> RecordAdmissionRefusal<'a, EF, V, LF>
impl<'a, EF, V, LF> RecordAdmissionRefusal<'a, EF, V, LF>
Sourcepub const fn response(&self) -> &RecordAdmissionResponse
pub const fn response(&self) -> &RecordAdmissionResponse
Borrows the selected request-bound wire response.
Sourcepub const fn unchanged(&self) -> &UnchangedRecordAdmission<'a, EF, V, LF>
pub const fn unchanged(&self) -> &UnchangedRecordAdmission<'a, EF, V, LF>
Borrows the unchanged replayable aggregate.
Sourcepub fn into_parts(
self,
) -> (RecordAdmissionResponse, UnchangedRecordAdmission<'a, EF, V, LF>)
pub fn into_parts( self, ) -> (RecordAdmissionResponse, UnchangedRecordAdmission<'a, EF, V, LF>)
Recovers the response and complete unchanged operation state.
Trait Implementations§
Auto Trait Implementations§
impl<'a, EF, V, LF> Freeze for RecordAdmissionRefusal<'a, EF, V, LF>
impl<'a, EF, V, LF> RefUnwindSafe for RecordAdmissionRefusal<'a, EF, V, LF>
impl<'a, EF, V, LF> Send for RecordAdmissionRefusal<'a, EF, V, LF>
impl<'a, EF, V, LF> Sync for RecordAdmissionRefusal<'a, EF, V, LF>
impl<'a, EF, V, LF> Unpin for RecordAdmissionRefusal<'a, EF, V, LF>
impl<'a, EF, V, LF> UnsafeUnpin for RecordAdmissionRefusal<'a, EF, V, LF>
impl<'a, EF, V, LF> UnwindSafe for RecordAdmissionRefusal<'a, EF, V, LF>
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