pub enum SetFileInputFilesMethod {
SetFileInputFiles,
}Variants§
SetFileInputFiles
Trait Implementations§
Source§impl Clone for SetFileInputFilesMethod
impl Clone for SetFileInputFilesMethod
Source§fn clone(&self) -> SetFileInputFilesMethod
fn clone(&self) -> SetFileInputFilesMethod
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 SetFileInputFilesMethod
impl Debug for SetFileInputFilesMethod
Source§impl<'de> Deserialize<'de> for SetFileInputFilesMethod
impl<'de> Deserialize<'de> for SetFileInputFilesMethod
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
Source§impl PartialEq for SetFileInputFilesMethod
impl PartialEq for SetFileInputFilesMethod
Source§impl Serialize for SetFileInputFilesMethod
impl Serialize for SetFileInputFilesMethod
impl StructuralPartialEq for SetFileInputFilesMethod
Auto Trait Implementations§
impl Freeze for SetFileInputFilesMethod
impl RefUnwindSafe for SetFileInputFilesMethod
impl Send for SetFileInputFilesMethod
impl Sync for SetFileInputFilesMethod
impl Unpin for SetFileInputFilesMethod
impl UnsafeUnpin for SetFileInputFilesMethod
impl UnwindSafe for SetFileInputFilesMethod
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