pub struct LaunchFilesInAppReturnObjectBuilder { /* private fields */ }Expand description
Builder for LaunchFilesInAppReturnObject.
Implementations§
Source§impl LaunchFilesInAppReturnObjectBuilder
impl LaunchFilesInAppReturnObjectBuilder
Sourcepub fn target_ids(&mut self, value: TargetId) -> &mut Self
pub fn target_ids(&mut self, value: TargetId) -> &mut Self
IDs of the tab targets created as the result.
Sourcepub fn build(
&self,
) -> Result<LaunchFilesInAppReturnObject, LaunchFilesInAppReturnObjectBuilderError>
pub fn build( &self, ) -> Result<LaunchFilesInAppReturnObject, LaunchFilesInAppReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for LaunchFilesInAppReturnObjectBuilder
impl Clone for LaunchFilesInAppReturnObjectBuilder
Source§fn clone(&self) -> LaunchFilesInAppReturnObjectBuilder
fn clone(&self) -> LaunchFilesInAppReturnObjectBuilder
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 LaunchFilesInAppReturnObjectBuilder
impl RefUnwindSafe for LaunchFilesInAppReturnObjectBuilder
impl Send for LaunchFilesInAppReturnObjectBuilder
impl Sync for LaunchFilesInAppReturnObjectBuilder
impl Unpin for LaunchFilesInAppReturnObjectBuilder
impl UnsafeUnpin for LaunchFilesInAppReturnObjectBuilder
impl UnwindSafe for LaunchFilesInAppReturnObjectBuilder
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