Struct zoom_api::types::UpdateDeviceRequest [−][src]
pub struct UpdateDeviceRequest {
pub assigned_to: String,
pub display_name: String,
pub mac_address: String,
}Fields
assigned_to: StringUser’s first name.
display_name: StringUser’s first name.
mac_address: StringUser’s first name.
Trait Implementations
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 RefUnwindSafe for UpdateDeviceRequest
impl Send for UpdateDeviceRequest
impl Sync for UpdateDeviceRequest
impl Unpin for UpdateDeviceRequest
impl UnwindSafe for UpdateDeviceRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more