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