pub struct LendingCustomMetadata {
pub field_name: Option<CustomFieldSchema>,
}
Fields§
§field_name: Option<CustomFieldSchema>
Custom fields on GET responses for supported resources
Trait Implementations§
Source§impl Debug for LendingCustomMetadata
impl Debug for LendingCustomMetadata
Source§impl<'de> Deserialize<'de> for LendingCustomMetadata
impl<'de> Deserialize<'de> for LendingCustomMetadata
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 LendingCustomMetadata
impl Display for LendingCustomMetadata
Auto Trait Implementations§
impl Freeze for LendingCustomMetadata
impl RefUnwindSafe for LendingCustomMetadata
impl Send for LendingCustomMetadata
impl Sync for LendingCustomMetadata
impl Unpin for LendingCustomMetadata
impl UnwindSafe for LendingCustomMetadata
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