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