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