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