pub struct SetFileInputFilesParamsBuilder { /* private fields */ }Implementations§
source§impl SetFileInputFilesParamsBuilder
impl SetFileInputFilesParamsBuilder
pub fn file(self, file: impl Into<String>) -> SetFileInputFilesParamsBuilder
pub fn files<I, S>(self, files: I) -> SetFileInputFilesParamsBuilder
pub fn node_id( self, node_id: impl Into<NodeId> ) -> SetFileInputFilesParamsBuilder
pub fn backend_node_id( self, backend_node_id: impl Into<BackendNodeId> ) -> SetFileInputFilesParamsBuilder
pub fn object_id( self, object_id: impl Into<RemoteObjectId> ) -> SetFileInputFilesParamsBuilder
pub fn build(self) -> Result<SetFileInputFilesParams, String>
Trait Implementations§
source§impl Clone for SetFileInputFilesParamsBuilder
impl Clone for SetFileInputFilesParamsBuilder
source§fn clone(&self) -> SetFileInputFilesParamsBuilder
fn clone(&self) -> SetFileInputFilesParamsBuilder
Returns a copy 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 Default for SetFileInputFilesParamsBuilder
impl Default for SetFileInputFilesParamsBuilder
source§fn default() -> SetFileInputFilesParamsBuilder
fn default() -> SetFileInputFilesParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SetFileInputFilesParamsBuilder
impl Send for SetFileInputFilesParamsBuilder
impl Sync for SetFileInputFilesParamsBuilder
impl Unpin for SetFileInputFilesParamsBuilder
impl UnwindSafe for SetFileInputFilesParamsBuilder
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