pub enum GetAppIdMethod {
GetAppId,
}Variants§
GetAppId
Trait Implementations§
Source§impl Clone for GetAppIdMethod
impl Clone for GetAppIdMethod
Source§fn clone(&self) -> GetAppIdMethod
fn clone(&self) -> GetAppIdMethod
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 GetAppIdMethod
impl Debug for GetAppIdMethod
Source§impl<'de> Deserialize<'de> for GetAppIdMethod
impl<'de> Deserialize<'de> for GetAppIdMethod
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 GetAppIdMethod
impl PartialEq for GetAppIdMethod
Source§impl Serialize for GetAppIdMethod
impl Serialize for GetAppIdMethod
impl StructuralPartialEq for GetAppIdMethod
Auto Trait Implementations§
impl Freeze for GetAppIdMethod
impl RefUnwindSafe for GetAppIdMethod
impl Send for GetAppIdMethod
impl Sync for GetAppIdMethod
impl Unpin for GetAppIdMethod
impl UnsafeUnpin for GetAppIdMethod
impl UnwindSafe for GetAppIdMethod
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