pub struct ProtocolV2ObjectInfoResponse {
pub size: bool,
pub records: Vec<ProtocolV2ObjectInfoRecord>,
}Fields§
§size: bool§records: Vec<ProtocolV2ObjectInfoRecord>Trait Implementations§
Source§impl Clone for ProtocolV2ObjectInfoResponse
impl Clone for ProtocolV2ObjectInfoResponse
Source§fn clone(&self) -> ProtocolV2ObjectInfoResponse
fn clone(&self) -> ProtocolV2ObjectInfoResponse
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 ProtocolV2ObjectInfoResponse
impl Debug for ProtocolV2ObjectInfoResponse
Source§impl Default for ProtocolV2ObjectInfoResponse
impl Default for ProtocolV2ObjectInfoResponse
Source§fn default() -> ProtocolV2ObjectInfoResponse
fn default() -> ProtocolV2ObjectInfoResponse
Returns the “default value” for a type. Read more
impl Eq for ProtocolV2ObjectInfoResponse
Source§impl PartialEq for ProtocolV2ObjectInfoResponse
impl PartialEq for ProtocolV2ObjectInfoResponse
Source§fn eq(&self, other: &ProtocolV2ObjectInfoResponse) -> bool
fn eq(&self, other: &ProtocolV2ObjectInfoResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProtocolV2ObjectInfoResponse
Auto Trait Implementations§
impl Freeze for ProtocolV2ObjectInfoResponse
impl RefUnwindSafe for ProtocolV2ObjectInfoResponse
impl Send for ProtocolV2ObjectInfoResponse
impl Sync for ProtocolV2ObjectInfoResponse
impl Unpin for ProtocolV2ObjectInfoResponse
impl UnsafeUnpin for ProtocolV2ObjectInfoResponse
impl UnwindSafe for ProtocolV2ObjectInfoResponse
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