pub struct DecisionsResponse {
pub decisions: Vec<MemoryItem>,
}Fields§
§decisions: Vec<MemoryItem>Trait Implementations§
Source§impl Debug for DecisionsResponse
impl Debug for DecisionsResponse
Source§impl<'de> Deserialize<'de> for DecisionsResponse
impl<'de> Deserialize<'de> for DecisionsResponse
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 DecisionsResponse
impl RefUnwindSafe for DecisionsResponse
impl Send for DecisionsResponse
impl Sync for DecisionsResponse
impl Unpin for DecisionsResponse
impl UnsafeUnpin for DecisionsResponse
impl UnwindSafe for DecisionsResponse
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