pub struct DeleteSettingResponse;Expand description
Response for DeleteSetting command
Trait Implementations§
Source§impl Clone for DeleteSettingResponse
impl Clone for DeleteSettingResponse
Source§fn clone(&self) -> DeleteSettingResponse
fn clone(&self) -> DeleteSettingResponse
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 DeleteSettingResponse
impl Debug for DeleteSettingResponse
Source§impl Default for DeleteSettingResponse
impl Default for DeleteSettingResponse
Source§fn default() -> DeleteSettingResponse
fn default() -> DeleteSettingResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteSettingResponse
impl<'de> Deserialize<'de> for DeleteSettingResponse
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 From<DeleteSettingResponse> for ()
impl From<DeleteSettingResponse> for ()
Source§fn from(_: DeleteSettingResponse)
fn from(_: DeleteSettingResponse)
Converts to this type from the input type.
Source§impl PartialEq for DeleteSettingResponse
impl PartialEq for DeleteSettingResponse
impl Eq for DeleteSettingResponse
impl StructuralPartialEq for DeleteSettingResponse
Auto Trait Implementations§
impl Freeze for DeleteSettingResponse
impl RefUnwindSafe for DeleteSettingResponse
impl Send for DeleteSettingResponse
impl Sync for DeleteSettingResponse
impl Unpin for DeleteSettingResponse
impl UnsafeUnpin for DeleteSettingResponse
impl UnwindSafe for DeleteSettingResponse
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