pub struct RetryGetSetResponse {
pub retry: u8,
}
Expand description
RETRY response
Fields§
§retry: u8
Trait Implementations§
Source§impl Clone for RetryGetSetResponse
impl Clone for RetryGetSetResponse
Source§fn clone(&self) -> RetryGetSetResponse
fn clone(&self) -> RetryGetSetResponse
Returns a copy 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 RetryGetSetResponse
impl Debug for RetryGetSetResponse
Source§impl<'de> Deserialize<'de> for RetryGetSetResponse
impl<'de> Deserialize<'de> for RetryGetSetResponse
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 RetryGetSetResponse
impl PartialEq for RetryGetSetResponse
impl AtatResp for RetryGetSetResponse
impl StructuralPartialEq for RetryGetSetResponse
Auto Trait Implementations§
impl Freeze for RetryGetSetResponse
impl RefUnwindSafe for RetryGetSetResponse
impl Send for RetryGetSetResponse
impl Sync for RetryGetSetResponse
impl Unpin for RetryGetSetResponse
impl UnwindSafe for RetryGetSetResponse
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