pub struct FolderDeviceConfiguration {
pub device_id: String,
pub introduced_by: String,
pub encryption_password: String,
}Fields§
§device_id: String§introduced_by: String§encryption_password: StringTrait Implementations§
Source§impl Debug for FolderDeviceConfiguration
impl Debug for FolderDeviceConfiguration
Source§impl<'de> Deserialize<'de> for FolderDeviceConfiguration
impl<'de> Deserialize<'de> for FolderDeviceConfiguration
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 FolderDeviceConfiguration
impl RefUnwindSafe for FolderDeviceConfiguration
impl Send for FolderDeviceConfiguration
impl Sync for FolderDeviceConfiguration
impl Unpin for FolderDeviceConfiguration
impl UnwindSafe for FolderDeviceConfiguration
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