pub struct ReactionListHeaders {
pub x_total_count: Option<i64>,
}Fields§
§x_total_count: Option<i64>Trait Implementations§
Source§impl CountHeader for ReactionListHeaders
impl CountHeader for ReactionListHeaders
Auto Trait Implementations§
impl Freeze for ReactionListHeaders
impl RefUnwindSafe for ReactionListHeaders
impl Send for ReactionListHeaders
impl Sync for ReactionListHeaders
impl Unpin for ReactionListHeaders
impl UnwindSafe for ReactionListHeaders
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