pub struct PromiseReference {
pub id: String,
}
Expand description
Reference to a promise
Fields§
§id: String
Trait Implementations§
Source§impl Clone for PromiseReference
impl Clone for PromiseReference
Source§fn clone(&self) -> PromiseReference
fn clone(&self) -> PromiseReference
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PromiseReference
impl Debug for PromiseReference
Source§impl PartialEq for PromiseReference
impl PartialEq for PromiseReference
impl StructuralPartialEq for PromiseReference
Auto Trait Implementations§
impl Freeze for PromiseReference
impl RefUnwindSafe for PromiseReference
impl Send for PromiseReference
impl Sync for PromiseReference
impl Unpin for PromiseReference
impl UnwindSafe for PromiseReference
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