pub struct GetPlatformURLSResponse {
pub urls: Option<GetPlatformURLSResponseURLS>,
}Expand description
GetPlatformURLSResponse model.
Fields§
§urls: Option<GetPlatformURLSResponseURLS>Trait Implementations§
Source§impl Clone for GetPlatformURLSResponse
impl Clone for GetPlatformURLSResponse
Source§fn clone(&self) -> GetPlatformURLSResponse
fn clone(&self) -> GetPlatformURLSResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetPlatformURLSResponse
impl Debug for GetPlatformURLSResponse
Source§impl Default for GetPlatformURLSResponse
impl Default for GetPlatformURLSResponse
Source§fn default() -> GetPlatformURLSResponse
fn default() -> GetPlatformURLSResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetPlatformURLSResponse
impl<'de> Deserialize<'de> for GetPlatformURLSResponse
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 GetPlatformURLSResponse
impl PartialEq for GetPlatformURLSResponse
Source§impl Serialize for GetPlatformURLSResponse
impl Serialize for GetPlatformURLSResponse
impl StructuralPartialEq for GetPlatformURLSResponse
Auto Trait Implementations§
impl Freeze for GetPlatformURLSResponse
impl RefUnwindSafe for GetPlatformURLSResponse
impl Send for GetPlatformURLSResponse
impl Sync for GetPlatformURLSResponse
impl Unpin for GetPlatformURLSResponse
impl UnsafeUnpin for GetPlatformURLSResponse
impl UnwindSafe for GetPlatformURLSResponse
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