pub struct SetFileInputFilesCommandBuilder { /* private fields */ }Available on crate features
DOM and Runtime only.Implementations§
Source§impl SetFileInputFilesCommandBuilder
impl SetFileInputFilesCommandBuilder
Sourcepub fn backend_node_id(&mut self, v: BackendNodeId) -> &mut Self
pub fn backend_node_id(&mut self, v: BackendNodeId) -> &mut Self
Identifier of the backend node.
Sourcepub fn object_id(&mut self, v: RemoteObjectId) -> &mut Self
pub fn object_id(&mut self, v: RemoteObjectId) -> &mut Self
JavaScript object id of the node wrapper.
pub fn build(&mut self) -> Result<SetFileInputFilesCommand, &'static str>
Trait Implementations§
Source§impl Clone for SetFileInputFilesCommandBuilder
impl Clone for SetFileInputFilesCommandBuilder
Source§fn clone(&self) -> SetFileInputFilesCommandBuilder
fn clone(&self) -> SetFileInputFilesCommandBuilder
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 moreAuto Trait Implementations§
impl Freeze for SetFileInputFilesCommandBuilder
impl RefUnwindSafe for SetFileInputFilesCommandBuilder
impl Send for SetFileInputFilesCommandBuilder
impl Sync for SetFileInputFilesCommandBuilder
impl Unpin for SetFileInputFilesCommandBuilder
impl UnwindSafe for SetFileInputFilesCommandBuilder
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