pub struct SetconfigResponse {
pub config: SetconfigConfig,
}Fields§
§config: SetconfigConfigTrait Implementations§
Source§impl Clone for SetconfigResponse
impl Clone for SetconfigResponse
Source§fn clone(&self) -> SetconfigResponse
fn clone(&self) -> SetconfigResponse
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 SetconfigResponse
impl Debug for SetconfigResponse
Source§impl<'de> Deserialize<'de> for SetconfigResponse
impl<'de> Deserialize<'de> for SetconfigResponse
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 Serialize for SetconfigResponse
impl Serialize for SetconfigResponse
Auto Trait Implementations§
impl Freeze for SetconfigResponse
impl RefUnwindSafe for SetconfigResponse
impl Send for SetconfigResponse
impl Sync for SetconfigResponse
impl Unpin for SetconfigResponse
impl UnwindSafe for SetconfigResponse
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