Struct dao::rules::validation::bid_escrow::HasPermissionsToCancelBid
source · pub struct HasPermissionsToCancelBid { /* private fields */ }
Expand description
Makes sure the bidder is the one who cancels the Bid
.
May return Error::CannotCancelNotOwnedBid.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HasPermissionsToCancelBid
impl Send for HasPermissionsToCancelBid
impl Sync for HasPermissionsToCancelBid
impl Unpin for HasPermissionsToCancelBid
impl UnwindSafe for HasPermissionsToCancelBid
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