pub struct GetFilesLoginAccountFilesVersionsArguments {
pub id: String,
pub argument_type: FileSelectionType,
pub created: DateTime<Local>,
pub desc: String,
pub name: String,
pub options: Vec<String>,
pub order: f64,
}Fields§
§id: String§argument_type: FileSelectionType§created: DateTime<Local>§desc: String§name: String§options: Vec<String>§order: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetFilesLoginAccountFilesVersionsArguments
impl<'de> Deserialize<'de> for GetFilesLoginAccountFilesVersionsArguments
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 GetFilesLoginAccountFilesVersionsArguments
impl RefUnwindSafe for GetFilesLoginAccountFilesVersionsArguments
impl Send for GetFilesLoginAccountFilesVersionsArguments
impl Sync for GetFilesLoginAccountFilesVersionsArguments
impl Unpin for GetFilesLoginAccountFilesVersionsArguments
impl UnwindSafe for GetFilesLoginAccountFilesVersionsArguments
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