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