pub struct ConcurrentReservationConflict { /* private fields */ }Implementations§
Source§impl ConcurrentReservationConflict
impl ConcurrentReservationConflict
pub fn try_new( first: ReservationAttempt, second: ReservationAttempt, ) -> DomainResult<Self>
Source§impl ConcurrentReservationConflict
impl ConcurrentReservationConflict
pub fn first(&self) -> <ReservationAttempt as FieldAccess>::Output<'_>
pub fn second(&self) -> <ReservationAttempt as FieldAccess>::Output<'_>
Trait Implementations§
Source§impl Clone for ConcurrentReservationConflict
impl Clone for ConcurrentReservationConflict
Source§fn clone(&self) -> ConcurrentReservationConflict
fn clone(&self) -> ConcurrentReservationConflict
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 PartialEq for ConcurrentReservationConflict
impl PartialEq for ConcurrentReservationConflict
Source§fn eq(&self, other: &ConcurrentReservationConflict) -> bool
fn eq(&self, other: &ConcurrentReservationConflict) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ConcurrentReservationConflict
impl StructuralPartialEq for ConcurrentReservationConflict
Auto Trait Implementations§
impl Freeze for ConcurrentReservationConflict
impl RefUnwindSafe for ConcurrentReservationConflict
impl Send for ConcurrentReservationConflict
impl Sync for ConcurrentReservationConflict
impl Unpin for ConcurrentReservationConflict
impl UnsafeUnpin for ConcurrentReservationConflict
impl UnwindSafe for ConcurrentReservationConflict
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