pub struct GetTableRows {
pub rows: Vec<GetTableRow>,
pub more: bool,
pub next_key: String,
}Fields§
§rows: Vec<GetTableRow>§more: bool§next_key: StringTrait Implementations§
Source§impl Debug for GetTableRows
impl Debug for GetTableRows
Source§impl<'de> Deserialize<'de> for GetTableRows
impl<'de> Deserialize<'de> for GetTableRows
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 GetTableRows
impl RefUnwindSafe for GetTableRows
impl Send for GetTableRows
impl Sync for GetTableRows
impl Unpin for GetTableRows
impl UnwindSafe for GetTableRows
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