pub struct BatchResponseRecord { /* private fields */ }Implementations§
Source§impl BatchResponseRecord
impl BatchResponseRecord
pub fn id(&self) -> &BatchRequestId
pub fn custom_id(&self) -> &CustomRequestId
pub fn response(&self) -> &BatchResponseContent
Trait Implementations§
Source§impl Debug for BatchResponseRecord
impl Debug for BatchResponseRecord
Source§impl<'de> Deserialize<'de> for BatchResponseRecord
impl<'de> Deserialize<'de> for BatchResponseRecord
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 BatchResponseRecord
impl RefUnwindSafe for BatchResponseRecord
impl Send for BatchResponseRecord
impl !Sync for BatchResponseRecord
impl Unpin for BatchResponseRecord
impl UnwindSafe for BatchResponseRecord
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