pub struct ExtractResponse {
pub token: StateToken,
pub records: Vec<Vec<String>>,
}Fields§
§token: StateToken§records: Vec<Vec<String>>Trait Implementations§
Source§impl Clone for ExtractResponse
impl Clone for ExtractResponse
Source§fn clone(&self) -> ExtractResponse
fn clone(&self) -> ExtractResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExtractResponse
impl Debug for ExtractResponse
Source§impl PartialEq for ExtractResponse
impl PartialEq for ExtractResponse
Source§fn eq(&self, other: &ExtractResponse) -> bool
fn eq(&self, other: &ExtractResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ExtractResponse
impl StructuralPartialEq for ExtractResponse
Auto Trait Implementations§
impl Freeze for ExtractResponse
impl RefUnwindSafe for ExtractResponse
impl Send for ExtractResponse
impl Sync for ExtractResponse
impl Unpin for ExtractResponse
impl UnsafeUnpin for ExtractResponse
impl UnwindSafe for ExtractResponse
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