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