pub struct UpdateInfoAndProgressBuilderWithInfoAndProgress { /* private fields */ }
Expand description
Builder of UpdateInfoAndProgress, with a known UpdateInfo and Progress field.
Implementations§
Source§impl UpdateInfoAndProgressBuilderWithInfoAndProgress
impl UpdateInfoAndProgressBuilderWithInfoAndProgress
Sourcepub fn build(self) -> UpdateInfoAndProgress
pub fn build(self) -> UpdateInfoAndProgress
Builds the UpdateInfoAndProgress instance.
Trait Implementations§
Source§impl Clone for UpdateInfoAndProgressBuilderWithInfoAndProgress
impl Clone for UpdateInfoAndProgressBuilderWithInfoAndProgress
Source§fn clone(&self) -> UpdateInfoAndProgressBuilderWithInfoAndProgress
fn clone(&self) -> UpdateInfoAndProgressBuilderWithInfoAndProgress
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 moreAuto Trait Implementations§
impl Freeze for UpdateInfoAndProgressBuilderWithInfoAndProgress
impl RefUnwindSafe for UpdateInfoAndProgressBuilderWithInfoAndProgress
impl Send for UpdateInfoAndProgressBuilderWithInfoAndProgress
impl Sync for UpdateInfoAndProgressBuilderWithInfoAndProgress
impl Unpin for UpdateInfoAndProgressBuilderWithInfoAndProgress
impl UnwindSafe for UpdateInfoAndProgressBuilderWithInfoAndProgress
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)