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