pub struct Promise;Expand description
Represents the terminal symbol Promise
Trait Implementations§
impl Copy for Promise
impl Eq for Promise
Source§impl Ord for Promise
impl Ord for Promise
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 Promise
impl PartialOrd for Promise
impl StructuralPartialEq for Promise
Auto Trait Implementations§
impl Freeze for Promise
impl RefUnwindSafe for Promise
impl Send for Promise
impl Sync for Promise
impl Unpin for Promise
impl UnsafeUnpin for Promise
impl UnwindSafe for Promise
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