pub struct CoordinatorGetRunStatusRequest { /* private fields */ }
Trait Implementations§
Source§impl Clone for CoordinatorGetRunStatusRequest
impl Clone for CoordinatorGetRunStatusRequest
Source§fn clone(&self) -> CoordinatorGetRunStatusRequest
fn clone(&self) -> CoordinatorGetRunStatusRequest
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<'de> Deserialize<'de> for CoordinatorGetRunStatusRequest
impl<'de> Deserialize<'de> for CoordinatorGetRunStatusRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CoordinatorGetRunStatusRequest
impl RefUnwindSafe for CoordinatorGetRunStatusRequest
impl Send for CoordinatorGetRunStatusRequest
impl Sync for CoordinatorGetRunStatusRequest
impl Unpin for CoordinatorGetRunStatusRequest
impl UnwindSafe for CoordinatorGetRunStatusRequest
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