pub struct OptionSnapshotsResponse {
pub snapshots: HashMap<String, OptionSnapshot>,
}Expand description
Response for option snapshots.
Fields§
§snapshots: HashMap<String, OptionSnapshot>Map of symbol to snapshot.
Trait Implementations§
Source§impl Debug for OptionSnapshotsResponse
impl Debug for OptionSnapshotsResponse
Source§impl<'de> Deserialize<'de> for OptionSnapshotsResponse
impl<'de> Deserialize<'de> for OptionSnapshotsResponse
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 OptionSnapshotsResponse
impl RefUnwindSafe for OptionSnapshotsResponse
impl Send for OptionSnapshotsResponse
impl Sync for OptionSnapshotsResponse
impl Unpin for OptionSnapshotsResponse
impl UnwindSafe for OptionSnapshotsResponse
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