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