pub struct ArenaSnapshotListResponse {
pub snapshots: Vec<ArenaSnapshot>,
}Fields§
§snapshots: Vec<ArenaSnapshot>Trait Implementations§
Source§impl Clone for ArenaSnapshotListResponse
impl Clone for ArenaSnapshotListResponse
Source§fn clone(&self) -> ArenaSnapshotListResponse
fn clone(&self) -> ArenaSnapshotListResponse
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 Debug for ArenaSnapshotListResponse
impl Debug for ArenaSnapshotListResponse
Source§impl Default for ArenaSnapshotListResponse
impl Default for ArenaSnapshotListResponse
Source§fn default() -> ArenaSnapshotListResponse
fn default() -> ArenaSnapshotListResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ArenaSnapshotListResponse
impl<'de> Deserialize<'de> for ArenaSnapshotListResponse
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 ArenaSnapshotListResponse
impl RefUnwindSafe for ArenaSnapshotListResponse
impl Send for ArenaSnapshotListResponse
impl Sync for ArenaSnapshotListResponse
impl Unpin for ArenaSnapshotListResponse
impl UnsafeUnpin for ArenaSnapshotListResponse
impl UnwindSafe for ArenaSnapshotListResponse
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