pub struct GetAppIdReturnObject {
pub app_id: Option<String>,
pub recommended_id: Option<String>,
}Fields§
§app_id: Option<String>§recommended_id: Option<String>Trait Implementations§
Source§impl Clone for GetAppIdReturnObject
impl Clone for GetAppIdReturnObject
Source§fn clone(&self) -> GetAppIdReturnObject
fn clone(&self) -> GetAppIdReturnObject
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 GetAppIdReturnObject
impl Debug for GetAppIdReturnObject
Source§impl<'de> Deserialize<'de> for GetAppIdReturnObject
impl<'de> Deserialize<'de> for GetAppIdReturnObject
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 GetAppIdReturnObject
impl PartialEq for GetAppIdReturnObject
Source§impl Serialize for GetAppIdReturnObject
impl Serialize for GetAppIdReturnObject
impl StructuralPartialEq for GetAppIdReturnObject
Auto Trait Implementations§
impl Freeze for GetAppIdReturnObject
impl RefUnwindSafe for GetAppIdReturnObject
impl Send for GetAppIdReturnObject
impl Sync for GetAppIdReturnObject
impl Unpin for GetAppIdReturnObject
impl UnwindSafe for GetAppIdReturnObject
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