pub struct ClosingPostRequest {
pub application_id: String,
}
Fields§
§application_id: String
The 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.
Trait Implementations§
Source§impl Debug for ClosingPostRequest
impl Debug for ClosingPostRequest
Source§impl<'de> Deserialize<'de> for ClosingPostRequest
impl<'de> Deserialize<'de> for ClosingPostRequest
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 ClosingPostRequest
impl Display for ClosingPostRequest
Auto Trait Implementations§
impl Freeze for ClosingPostRequest
impl RefUnwindSafe for ClosingPostRequest
impl Send for ClosingPostRequest
impl Sync for ClosingPostRequest
impl Unpin for ClosingPostRequest
impl UnwindSafe for ClosingPostRequest
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