#[repr(transparent)]pub struct AsyncTaskLocation(pub ODataId);Expand description
Location of an asynchronous task monitor.
Wraps the Location returned for an operation that is completing
asynchronously.
Tuple Fields§
§0: ODataIdOData URI returned in the async response Location header.
Trait Implementations§
Source§impl Clone for AsyncTaskLocation
impl Clone for AsyncTaskLocation
Source§fn clone(&self) -> AsyncTaskLocation
fn clone(&self) -> AsyncTaskLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AsyncTaskLocation
impl Debug for AsyncTaskLocation
impl Eq for AsyncTaskLocation
Source§impl From<ODataId> for AsyncTaskLocation
impl From<ODataId> for AsyncTaskLocation
Source§impl Hash for AsyncTaskLocation
impl Hash for AsyncTaskLocation
Source§impl Ord for AsyncTaskLocation
impl Ord for AsyncTaskLocation
Source§fn cmp(&self, other: &AsyncTaskLocation) -> Ordering
fn cmp(&self, other: &AsyncTaskLocation) -> Ordering
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 PartialEq for AsyncTaskLocation
impl PartialEq for AsyncTaskLocation
Source§impl PartialOrd for AsyncTaskLocation
impl PartialOrd for AsyncTaskLocation
impl StructuralPartialEq for AsyncTaskLocation
Auto Trait Implementations§
impl Freeze for AsyncTaskLocation
impl RefUnwindSafe for AsyncTaskLocation
impl Send for AsyncTaskLocation
impl Sync for AsyncTaskLocation
impl Unpin for AsyncTaskLocation
impl UnsafeUnpin for AsyncTaskLocation
impl UnwindSafe for AsyncTaskLocation
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