pub struct ApplicationSourceSchema {
pub type_: String,
pub name: Option<String>,
}
Fields§
§type_: String
Type of system the application came from. If set to Other, it is recommended to also set a name.
name: Option<String>
Name of the system creating the application. For example, Salesforce or Empower.
Trait Implementations§
Source§impl Debug for ApplicationSourceSchema
impl Debug for ApplicationSourceSchema
Source§impl<'de> Deserialize<'de> for ApplicationSourceSchema
impl<'de> Deserialize<'de> for ApplicationSourceSchema
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 Display for ApplicationSourceSchema
impl Display for ApplicationSourceSchema
Auto Trait Implementations§
impl Freeze for ApplicationSourceSchema
impl RefUnwindSafe for ApplicationSourceSchema
impl Send for ApplicationSourceSchema
impl Sync for ApplicationSourceSchema
impl Unpin for ApplicationSourceSchema
impl UnwindSafe for ApplicationSourceSchema
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