pub enum LxAppUpdateQuery {
Latest {
current_version: Option<String>,
},
TargetVersion(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LxAppUpdateQuery
impl Clone for LxAppUpdateQuery
Source§fn clone(&self) -> LxAppUpdateQuery
fn clone(&self) -> LxAppUpdateQuery
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 Debug for LxAppUpdateQuery
impl Debug for LxAppUpdateQuery
Source§impl PartialEq for LxAppUpdateQuery
impl PartialEq for LxAppUpdateQuery
impl Eq for LxAppUpdateQuery
impl StructuralPartialEq for LxAppUpdateQuery
Auto Trait Implementations§
impl Freeze for LxAppUpdateQuery
impl RefUnwindSafe for LxAppUpdateQuery
impl Send for LxAppUpdateQuery
impl Sync for LxAppUpdateQuery
impl Unpin for LxAppUpdateQuery
impl UnsafeUnpin for LxAppUpdateQuery
impl UnwindSafe for LxAppUpdateQuery
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