pub struct CmdOkResponse {
pub user: Option<User>,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§user: Option<User>§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for CmdOkResponse
impl Clone for CmdOkResponse
Source§fn clone(&self) -> CmdOkResponse
fn clone(&self) -> CmdOkResponse
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 CmdOkResponse
impl Debug for CmdOkResponse
Source§impl<'de> Deserialize<'de> for CmdOkResponse
impl<'de> Deserialize<'de> for CmdOkResponse
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 CmdOkResponse
impl PartialEq for CmdOkResponse
Source§impl Serialize for CmdOkResponse
impl Serialize for CmdOkResponse
impl StructuralPartialEq for CmdOkResponse
Auto Trait Implementations§
impl Freeze for CmdOkResponse
impl RefUnwindSafe for CmdOkResponse
impl Send for CmdOkResponse
impl Sync for CmdOkResponse
impl Unpin for CmdOkResponse
impl UnwindSafe for CmdOkResponse
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