pub struct LastResponse { /* private fields */ }
Trait Implementations§
Source§impl Clone for LastResponse
impl Clone for LastResponse
Source§fn clone(&self) -> LastResponse
fn clone(&self) -> LastResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LastResponse
impl Debug for LastResponse
Source§impl Default for LastResponse
impl Default for LastResponse
Source§fn default() -> LastResponse
fn default() -> LastResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LastResponse
impl<'de> Deserialize<'de> for LastResponse
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 LastResponse
impl PartialEq for LastResponse
Source§impl Serialize for LastResponse
impl Serialize for LastResponse
impl Eq for LastResponse
impl StructuralPartialEq for LastResponse
Auto Trait Implementations§
impl Freeze for LastResponse
impl RefUnwindSafe for LastResponse
impl Send for LastResponse
impl Sync for LastResponse
impl Unpin for LastResponse
impl UnwindSafe for LastResponse
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