pub struct GetConfigQuery { /* private fields */ }Expand description
Query parameters for get config
Trait Implementations§
Source§impl Debug for GetConfigQuery
impl Debug for GetConfigQuery
Source§impl<'de> Deserialize<'de> for GetConfigQuery
impl<'de> Deserialize<'de> for GetConfigQuery
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
Auto Trait Implementations§
impl Freeze for GetConfigQuery
impl RefUnwindSafe for GetConfigQuery
impl Send for GetConfigQuery
impl Sync for GetConfigQuery
impl Unpin for GetConfigQuery
impl UnwindSafe for GetConfigQuery
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