pub struct DockResponse {
pub success: bool,
pub message: String,
}
Fields§
§success: bool
§message: String
Trait Implementations§
Source§impl Clone for DockResponse
impl Clone for DockResponse
Source§fn clone(&self) -> DockResponse
fn clone(&self) -> DockResponse
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 DockResponse
impl Debug for DockResponse
Source§impl Default for DockResponse
impl Default for DockResponse
Source§impl<'de> Deserialize<'de> for DockResponse
impl<'de> Deserialize<'de> for DockResponse
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 DockResponse
impl PartialEq for DockResponse
Source§impl Serialize for DockResponse
impl Serialize for DockResponse
impl Message for DockResponse
impl StructuralPartialEq for DockResponse
Auto Trait Implementations§
impl Freeze for DockResponse
impl RefUnwindSafe for DockResponse
impl Send for DockResponse
impl Sync for DockResponse
impl Unpin for DockResponse
impl UnwindSafe for DockResponse
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