pub struct ReadDataResponse { /* private fields */ }
Implementations§
Source§impl ReadDataResponse
impl ReadDataResponse
pub fn next_cursor(&self) -> &str
pub fn records(&self) -> &Vec<RecordEntry>
pub fn set_next_cursor(&mut self, next_cursor: String)
pub fn set_records(&mut self, records: Vec<RecordEntry>)
pub fn request_id(&self) -> &Option<String>
pub fn set_request_id(&mut self, request_id: Option<String>)
Trait Implementations§
Source§impl Debug for ReadDataResponse
impl Debug for ReadDataResponse
Source§impl<'de> Deserialize<'de> for ReadDataResponse
impl<'de> Deserialize<'de> for ReadDataResponse
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 ReadDataResponse
impl RefUnwindSafe for ReadDataResponse
impl Send for ReadDataResponse
impl Sync for ReadDataResponse
impl Unpin for ReadDataResponse
impl UnwindSafe for ReadDataResponse
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