Struct bot_server_client::client::protocol::ConfigGetResponse
source · [−]Fields
key: String
section: String
config: String
Implementations
sourceimpl ConfigGetResponse
impl ConfigGetResponse
pub fn new(json: &JsonValue) -> ConfigGetResponse
Auto Trait Implementations
impl RefUnwindSafe for ConfigGetResponse
impl Send for ConfigGetResponse
impl Sync for ConfigGetResponse
impl Unpin for ConfigGetResponse
impl UnwindSafe for ConfigGetResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more