pub struct Promise;
Expand description
Represents the terminal symbol Promise
Trait Implementations§
Source§impl Ord for Promise
impl Ord for Promise
Source§impl PartialOrd for Promise
impl PartialOrd for Promise
impl Copy for Promise
impl Eq 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 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