pub struct DirectoryBatchCreatePrintServersRequest {
pub requests: Option<Vec<DirectoryCreatePrintServerRequest>>,
}Fields§
§requests: Option<Vec<DirectoryCreatePrintServerRequest>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DirectoryBatchCreatePrintServersRequest
impl<'de> Deserialize<'de> for DirectoryBatchCreatePrintServersRequest
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 DirectoryBatchCreatePrintServersRequest
impl RefUnwindSafe for DirectoryBatchCreatePrintServersRequest
impl Send for DirectoryBatchCreatePrintServersRequest
impl Sync for DirectoryBatchCreatePrintServersRequest
impl Unpin for DirectoryBatchCreatePrintServersRequest
impl UnwindSafe for DirectoryBatchCreatePrintServersRequest
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