pub struct RealtorRequestSchema {
pub application_id: String,
pub name: NameSchema,
pub contact: Option<Value>,
}Fields§
§application_id: StringThe UUID of the application in Blend’s system. The static identifier that should be used to connect the application’s identity across Blend and external integrations.
name: NameSchema§contact: Option<Value>Trait Implementations§
Source§impl Debug for RealtorRequestSchema
impl Debug for RealtorRequestSchema
Source§impl<'de> Deserialize<'de> for RealtorRequestSchema
impl<'de> Deserialize<'de> for RealtorRequestSchema
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 RealtorRequestSchema
impl Display for RealtorRequestSchema
Auto Trait Implementations§
impl Freeze for RealtorRequestSchema
impl RefUnwindSafe for RealtorRequestSchema
impl Send for RealtorRequestSchema
impl Sync for RealtorRequestSchema
impl Unpin for RealtorRequestSchema
impl UnwindSafe for RealtorRequestSchema
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