pub struct UntrustDevicesRequestModel {
pub devices: Vec<Uuid>,
}
Fields§
§devices: Vec<Uuid>
Implementations§
Source§impl UntrustDevicesRequestModel
impl UntrustDevicesRequestModel
pub fn new(devices: Vec<Uuid>) -> UntrustDevicesRequestModel
Trait Implementations§
Source§impl Clone for UntrustDevicesRequestModel
impl Clone for UntrustDevicesRequestModel
Source§fn clone(&self) -> UntrustDevicesRequestModel
fn clone(&self) -> UntrustDevicesRequestModel
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 Debug for UntrustDevicesRequestModel
impl Debug for UntrustDevicesRequestModel
Source§impl Default for UntrustDevicesRequestModel
impl Default for UntrustDevicesRequestModel
Source§fn default() -> UntrustDevicesRequestModel
fn default() -> UntrustDevicesRequestModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UntrustDevicesRequestModel
impl<'de> Deserialize<'de> for UntrustDevicesRequestModel
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
impl StructuralPartialEq for UntrustDevicesRequestModel
Auto Trait Implementations§
impl Freeze for UntrustDevicesRequestModel
impl RefUnwindSafe for UntrustDevicesRequestModel
impl Send for UntrustDevicesRequestModel
impl Sync for UntrustDevicesRequestModel
impl Unpin for UntrustDevicesRequestModel
impl UnwindSafe for UntrustDevicesRequestModel
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