pub struct OfferId(/* private fields */);Implementations§
Trait Implementations§
impl Copy for OfferId
impl Eq for OfferId
Source§impl Ord for OfferId
impl Ord for OfferId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for OfferId
impl PartialOrd for OfferId
impl StructuralPartialEq for OfferId
Auto Trait Implementations§
impl Freeze for OfferId
impl RefUnwindSafe for OfferId
impl Send for OfferId
impl Sync for OfferId
impl Unpin for OfferId
impl UnsafeUnpin for OfferId
impl UnwindSafe for OfferId
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