pub struct PrivateListCustodyLogsResponse {
pub has_more: Option<bool>,
pub logs: Option<Vec<CustodyLog>>,
}Fields§
§has_more: Option<bool>§logs: Option<Vec<CustodyLog>>Trait Implementations§
Source§impl Clone for PrivateListCustodyLogsResponse
impl Clone for PrivateListCustodyLogsResponse
Source§fn clone(&self) -> PrivateListCustodyLogsResponse
fn clone(&self) -> PrivateListCustodyLogsResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PrivateListCustodyLogsResponse
impl Default for PrivateListCustodyLogsResponse
Source§fn default() -> PrivateListCustodyLogsResponse
fn default() -> PrivateListCustodyLogsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateListCustodyLogsResponse
impl<'de> Deserialize<'de> for PrivateListCustodyLogsResponse
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
Source§impl PartialEq for PrivateListCustodyLogsResponse
impl PartialEq for PrivateListCustodyLogsResponse
Source§fn eq(&self, other: &PrivateListCustodyLogsResponse) -> bool
fn eq(&self, other: &PrivateListCustodyLogsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateListCustodyLogsResponse
Auto Trait Implementations§
impl Freeze for PrivateListCustodyLogsResponse
impl RefUnwindSafe for PrivateListCustodyLogsResponse
impl Send for PrivateListCustodyLogsResponse
impl Sync for PrivateListCustodyLogsResponse
impl Unpin for PrivateListCustodyLogsResponse
impl UnwindSafe for PrivateListCustodyLogsResponse
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