Struct ricq_core::command::config_push_svc::ConfigPushReq
source · [−]pub struct ConfigPushReq {
pub resp: ConfigPushResp,
pub body: ConfigPushBody,
}Fields
resp: ConfigPushRespbody: ConfigPushBodyTrait Implementations
sourceimpl Debug for ConfigPushReq
impl Debug for ConfigPushReq
sourceimpl Default for ConfigPushReq
impl Default for ConfigPushReq
sourcefn default() -> ConfigPushReq
fn default() -> ConfigPushReq
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ConfigPushReq
impl Send for ConfigPushReq
impl Sync for ConfigPushReq
impl Unpin for ConfigPushReq
impl UnwindSafe for ConfigPushReq
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