pub struct GetFilesLoginAccountFilesVersionsItemsArguments {
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 GetFilesLoginAccountFilesVersionsItemsArguments
impl<'de> Deserialize<'de> for GetFilesLoginAccountFilesVersionsItemsArguments
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 GetFilesLoginAccountFilesVersionsItemsArguments
impl RefUnwindSafe for GetFilesLoginAccountFilesVersionsItemsArguments
impl Send for GetFilesLoginAccountFilesVersionsItemsArguments
impl Sync for GetFilesLoginAccountFilesVersionsItemsArguments
impl Unpin for GetFilesLoginAccountFilesVersionsItemsArguments
impl UnwindSafe for GetFilesLoginAccountFilesVersionsItemsArguments
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