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