pub struct DirectoryBatchCreatePrintServersResponse {
pub failures: Option<Vec<DirectoryPrintServerFailureInfo>>,
pub printServers: Option<Vec<DirectoryPrintServer>>,
}Fields§
§failures: Option<Vec<DirectoryPrintServerFailureInfo>>§printServers: Option<Vec<DirectoryPrintServer>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DirectoryBatchCreatePrintServersResponse
impl<'de> Deserialize<'de> for DirectoryBatchCreatePrintServersResponse
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 DirectoryBatchCreatePrintServersResponse
impl RefUnwindSafe for DirectoryBatchCreatePrintServersResponse
impl Send for DirectoryBatchCreatePrintServersResponse
impl Sync for DirectoryBatchCreatePrintServersResponse
impl Unpin for DirectoryBatchCreatePrintServersResponse
impl UnwindSafe for DirectoryBatchCreatePrintServersResponse
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