pub struct GetTableRow {
pub data: String,
pub payer: Option<String>,
}Fields§
§data: String§payer: Option<String>set to json:false in request, returns abieos-packed version
Trait Implementations§
Source§impl Debug for GetTableRow
impl Debug for GetTableRow
Source§impl<'de> Deserialize<'de> for GetTableRow
impl<'de> Deserialize<'de> for GetTableRow
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 GetTableRow
impl RefUnwindSafe for GetTableRow
impl Send for GetTableRow
impl Sync for GetTableRow
impl Unpin for GetTableRow
impl UnwindSafe for GetTableRow
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