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