pub struct NextOperationResponse;Trait Implementations§
Source§impl Clone for NextOperationResponse
impl Clone for NextOperationResponse
Source§fn clone(&self) -> NextOperationResponse
fn clone(&self) -> NextOperationResponse
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 NextOperationResponse
impl Debug for NextOperationResponse
Source§impl<'de> Deserialize<'de> for NextOperationResponse
impl<'de> Deserialize<'de> for NextOperationResponse
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
Source§impl PartialEq for NextOperationResponse
impl PartialEq for NextOperationResponse
impl StructuralPartialEq for NextOperationResponse
Auto Trait Implementations§
impl Freeze for NextOperationResponse
impl RefUnwindSafe for NextOperationResponse
impl Send for NextOperationResponse
impl Sync for NextOperationResponse
impl Unpin for NextOperationResponse
impl UnsafeUnpin for NextOperationResponse
impl UnwindSafe for NextOperationResponse
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