pub struct LogResponse {
pub rows: Vec<Action>,
}Fields§
§rows: Vec<Action>Trait Implementations§
Source§impl Clone for LogResponse
impl Clone for LogResponse
Source§fn clone(&self) -> LogResponse
fn clone(&self) -> LogResponse
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 LogResponse
impl Debug for LogResponse
Source§impl PartialEq for LogResponse
impl PartialEq for LogResponse
Source§fn eq(&self, other: &LogResponse) -> bool
fn eq(&self, other: &LogResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LogResponse
impl StructuralPartialEq for LogResponse
Auto Trait Implementations§
impl Freeze for LogResponse
impl RefUnwindSafe for LogResponse
impl Send for LogResponse
impl Sync for LogResponse
impl Unpin for LogResponse
impl UnsafeUnpin for LogResponse
impl UnwindSafe for LogResponse
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