pub struct JournalInbound {
pub from: String,
pub id: String,
pub price: String,
pub text: String,
pub timestamp: String,
pub to: String,
}
Fields§
§from: String
§id: String
§price: String
§text: String
§timestamp: String
§to: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JournalInbound
impl<'de> Deserialize<'de> for JournalInbound
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
Auto Trait Implementations§
impl Freeze for JournalInbound
impl RefUnwindSafe for JournalInbound
impl Send for JournalInbound
impl Sync for JournalInbound
impl Unpin for JournalInbound
impl UnwindSafe for JournalInbound
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