pub struct LanguagePackAutoUpdateOutcome {
pub state: LanguagePackAutoUpdateState,
pub pack_version: Option<String>,
pub error: Option<String>,
}Fields§
§state: LanguagePackAutoUpdateState§pack_version: Option<String>§error: Option<String>Trait Implementations§
Source§impl Clone for LanguagePackAutoUpdateOutcome
impl Clone for LanguagePackAutoUpdateOutcome
Source§fn clone(&self) -> LanguagePackAutoUpdateOutcome
fn clone(&self) -> LanguagePackAutoUpdateOutcome
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 LanguagePackAutoUpdateOutcome
impl RefUnwindSafe for LanguagePackAutoUpdateOutcome
impl Send for LanguagePackAutoUpdateOutcome
impl Sync for LanguagePackAutoUpdateOutcome
impl Unpin for LanguagePackAutoUpdateOutcome
impl UnsafeUnpin for LanguagePackAutoUpdateOutcome
impl UnwindSafe for LanguagePackAutoUpdateOutcome
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