pub enum GetAppManifestMethod {
GetAppManifest,
}Variants§
GetAppManifest
Trait Implementations§
Source§impl Clone for GetAppManifestMethod
impl Clone for GetAppManifestMethod
Source§fn clone(&self) -> GetAppManifestMethod
fn clone(&self) -> GetAppManifestMethod
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 GetAppManifestMethod
impl Debug for GetAppManifestMethod
Source§impl<'de> Deserialize<'de> for GetAppManifestMethod
impl<'de> Deserialize<'de> for GetAppManifestMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetAppManifestMethod
impl PartialEq for GetAppManifestMethod
Source§impl Serialize for GetAppManifestMethod
impl Serialize for GetAppManifestMethod
impl StructuralPartialEq for GetAppManifestMethod
Auto Trait Implementations§
impl Freeze for GetAppManifestMethod
impl RefUnwindSafe for GetAppManifestMethod
impl Send for GetAppManifestMethod
impl Sync for GetAppManifestMethod
impl Unpin for GetAppManifestMethod
impl UnsafeUnpin for GetAppManifestMethod
impl UnwindSafe for GetAppManifestMethod
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