Struct primitives::sentry::channel_list::ChannelListResponse
source · pub struct ChannelListResponse {
pub channels: Vec<Channel>,
pub pagination: Pagination,
}
Fields
channels: Vec<Channel>
pagination: Pagination
Trait Implementations
sourceimpl Debug for ChannelListResponse
impl Debug for ChannelListResponse
sourceimpl<'de> Deserialize<'de> for ChannelListResponse
impl<'de> Deserialize<'de> for ChannelListResponse
sourcefn 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
sourceimpl Serialize for ChannelListResponse
impl Serialize for ChannelListResponse
Auto Trait Implementations
impl RefUnwindSafe for ChannelListResponse
impl Send for ChannelListResponse
impl Sync for ChannelListResponse
impl Unpin for ChannelListResponse
impl UnwindSafe for ChannelListResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more