pub struct SampleChannelDataResponse {
pub payloads: Option<Vec<Bytes>>,
}Fields§
§payloads: Option<Vec<Bytes>>The list of message samples. Each sample message is returned as a base64-encoded string.
Trait Implementations§
Source§impl Clone for SampleChannelDataResponse
impl Clone for SampleChannelDataResponse
Source§fn clone(&self) -> SampleChannelDataResponse
fn clone(&self) -> SampleChannelDataResponse
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 SampleChannelDataResponse
impl Debug for SampleChannelDataResponse
Source§impl Default for SampleChannelDataResponse
impl Default for SampleChannelDataResponse
Source§fn default() -> SampleChannelDataResponse
fn default() -> SampleChannelDataResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SampleChannelDataResponse
impl<'de> Deserialize<'de> for SampleChannelDataResponse
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
impl StructuralPartialEq for SampleChannelDataResponse
Auto Trait Implementations§
impl Freeze for SampleChannelDataResponse
impl RefUnwindSafe for SampleChannelDataResponse
impl Send for SampleChannelDataResponse
impl Sync for SampleChannelDataResponse
impl Unpin for SampleChannelDataResponse
impl UnwindSafe for SampleChannelDataResponse
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