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