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