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