pub struct DirectoryMobileDeviceAction {
pub action: Option<String>,
}Fields§
§action: Option<String>Trait Implementations§
Source§impl Debug for DirectoryMobileDeviceAction
impl Debug for DirectoryMobileDeviceAction
Source§impl<'de> Deserialize<'de> for DirectoryMobileDeviceAction
impl<'de> Deserialize<'de> for DirectoryMobileDeviceAction
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 DirectoryMobileDeviceAction
impl RefUnwindSafe for DirectoryMobileDeviceAction
impl Send for DirectoryMobileDeviceAction
impl Sync for DirectoryMobileDeviceAction
impl Unpin for DirectoryMobileDeviceAction
impl UnwindSafe for DirectoryMobileDeviceAction
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