pub struct RatibaResponse { /* private fields */ }
Trait Implementations§
Source§impl Clone for RatibaResponse
impl Clone for RatibaResponse
Source§fn clone(&self) -> RatibaResponse
fn clone(&self) -> RatibaResponse
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 Debug for RatibaResponse
impl Debug for RatibaResponse
Source§impl<'de> Deserialize<'de> for RatibaResponse
impl<'de> Deserialize<'de> for RatibaResponse
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 RatibaResponse
impl PartialEq for RatibaResponse
Source§impl Serialize for RatibaResponse
impl Serialize for RatibaResponse
impl StructuralPartialEq for RatibaResponse
Auto Trait Implementations§
impl Freeze for RatibaResponse
impl RefUnwindSafe for RatibaResponse
impl Send for RatibaResponse
impl Sync for RatibaResponse
impl Unpin for RatibaResponse
impl UnwindSafe for RatibaResponse
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