pub struct DirectoryListPrinterModelsResponse {
pub nextPageToken: Option<String>,
pub printerModels: Option<Vec<DirectoryPrinterModel>>,
}Fields§
§nextPageToken: Option<String>§printerModels: Option<Vec<DirectoryPrinterModel>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DirectoryListPrinterModelsResponse
impl<'de> Deserialize<'de> for DirectoryListPrinterModelsResponse
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 DirectoryListPrinterModelsResponse
impl RefUnwindSafe for DirectoryListPrinterModelsResponse
impl Send for DirectoryListPrinterModelsResponse
impl Sync for DirectoryListPrinterModelsResponse
impl Unpin for DirectoryListPrinterModelsResponse
impl UnwindSafe for DirectoryListPrinterModelsResponse
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