pub struct ChannelFollowersData {
pub data: Vec<ChannelFollowers>,
pub pagination: Pagination,
pub total: i64,
}
Fields§
§data: Vec<ChannelFollowers>
§pagination: Pagination
§total: i64
Trait Implementations§
Source§impl Clone for ChannelFollowersData
impl Clone for ChannelFollowersData
Source§fn clone(&self) -> ChannelFollowersData
fn clone(&self) -> ChannelFollowersData
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 ChannelFollowersData
impl Debug for ChannelFollowersData
Source§impl<'de> Deserialize<'de> for ChannelFollowersData
impl<'de> Deserialize<'de> for ChannelFollowersData
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 ChannelFollowersData
impl RefUnwindSafe for ChannelFollowersData
impl Send for ChannelFollowersData
impl Sync for ChannelFollowersData
impl Unpin for ChannelFollowersData
impl UnwindSafe for ChannelFollowersData
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