Struct pdd::requests::PddCloudPrinterBind
source · pub struct PddCloudPrinterBind {
pub cloud_printer_bind_request: Option<CloudPrinterBindRequest>,
}Expand description
云打印机绑定
Fields§
§cloud_printer_bind_request: Option<CloudPrinterBindRequest>云打印绑定请求
Trait Implementations§
source§impl Debug for PddCloudPrinterBind
impl Debug for PddCloudPrinterBind
source§impl Default for PddCloudPrinterBind
impl Default for PddCloudPrinterBind
source§fn default() -> PddCloudPrinterBind
fn default() -> PddCloudPrinterBind
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PddCloudPrinterBind
impl<'de> Deserialize<'de> for PddCloudPrinterBind
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 Request for PddCloudPrinterBind
impl Request for PddCloudPrinterBind
Auto Trait Implementations§
impl RefUnwindSafe for PddCloudPrinterBind
impl Send for PddCloudPrinterBind
impl Sync for PddCloudPrinterBind
impl Unpin for PddCloudPrinterBind
impl UnwindSafe for PddCloudPrinterBind
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