pub struct SetFileInputFiles {
pub files: Vec<String>,
pub node_id: Option<NodeId>,
pub backend_node_id: Option<BackendNodeId>,
pub object_id: Option<RemoteObjectId>,
}
Fields§
§files: Vec<String>
§node_id: Option<NodeId>
§backend_node_id: Option<BackendNodeId>
§object_id: Option<RemoteObjectId>
Trait Implementations§
Source§impl Clone for SetFileInputFiles
impl Clone for SetFileInputFiles
Source§fn clone(&self) -> SetFileInputFiles
fn clone(&self) -> SetFileInputFiles
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 SetFileInputFiles
impl Debug for SetFileInputFiles
Source§impl<'de> Deserialize<'de> for SetFileInputFiles
impl<'de> Deserialize<'de> for SetFileInputFiles
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 Method for SetFileInputFiles
impl Method for SetFileInputFiles
const NAME: &'static str = "DOM.setFileInputFiles"
type ReturnObject = SetFileInputFilesReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetFileInputFiles
impl PartialEq for SetFileInputFiles
Source§impl Serialize for SetFileInputFiles
impl Serialize for SetFileInputFiles
impl StructuralPartialEq for SetFileInputFiles
Auto Trait Implementations§
impl Freeze for SetFileInputFiles
impl RefUnwindSafe for SetFileInputFiles
impl Send for SetFileInputFiles
impl Sync for SetFileInputFiles
impl Unpin for SetFileInputFiles
impl UnwindSafe for SetFileInputFiles
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