pub struct BulkWritableControllerManagedDeviceGroupRequestController {
pub id: Option<Box<ApprovalWorkflowApprovalWorkflowDefinitionId>>,
pub object_type: Option<String>,
pub url: Option<String>,
}Expand description
BulkWritableControllerManagedDeviceGroupRequestController : Controller that manages the devices in this group
Fields§
§id: Option<Box<ApprovalWorkflowApprovalWorkflowDefinitionId>>§object_type: Option<String>§url: Option<String>Implementations§
Source§impl BulkWritableControllerManagedDeviceGroupRequestController
impl BulkWritableControllerManagedDeviceGroupRequestController
Sourcepub fn new() -> BulkWritableControllerManagedDeviceGroupRequestController
pub fn new() -> BulkWritableControllerManagedDeviceGroupRequestController
Controller that manages the devices in this group
Trait Implementations§
Source§impl Clone for BulkWritableControllerManagedDeviceGroupRequestController
impl Clone for BulkWritableControllerManagedDeviceGroupRequestController
Source§fn clone(&self) -> BulkWritableControllerManagedDeviceGroupRequestController
fn clone(&self) -> BulkWritableControllerManagedDeviceGroupRequestController
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for BulkWritableControllerManagedDeviceGroupRequestController
impl Default for BulkWritableControllerManagedDeviceGroupRequestController
Source§fn default() -> BulkWritableControllerManagedDeviceGroupRequestController
fn default() -> BulkWritableControllerManagedDeviceGroupRequestController
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BulkWritableControllerManagedDeviceGroupRequestController
impl<'de> Deserialize<'de> for BulkWritableControllerManagedDeviceGroupRequestController
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 PartialEq for BulkWritableControllerManagedDeviceGroupRequestController
impl PartialEq for BulkWritableControllerManagedDeviceGroupRequestController
Source§fn eq(
&self,
other: &BulkWritableControllerManagedDeviceGroupRequestController,
) -> bool
fn eq( &self, other: &BulkWritableControllerManagedDeviceGroupRequestController, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BulkWritableControllerManagedDeviceGroupRequestController
Auto Trait Implementations§
impl Freeze for BulkWritableControllerManagedDeviceGroupRequestController
impl RefUnwindSafe for BulkWritableControllerManagedDeviceGroupRequestController
impl Send for BulkWritableControllerManagedDeviceGroupRequestController
impl Sync for BulkWritableControllerManagedDeviceGroupRequestController
impl Unpin for BulkWritableControllerManagedDeviceGroupRequestController
impl UnsafeUnpin for BulkWritableControllerManagedDeviceGroupRequestController
impl UnwindSafe for BulkWritableControllerManagedDeviceGroupRequestController
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