pub struct ListMeta {
pub resource_version: String,
pub continue_token: Option<String>,
}Expand description
List metadata
Fields§
§resource_version: StringResource version the list reflects (for watch/resume).
continue_token: Option<String>Opaque token to continue a paginated list, if any.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListMeta
impl RefUnwindSafe for ListMeta
impl Send for ListMeta
impl Sync for ListMeta
impl Unpin for ListMeta
impl UnsafeUnpin for ListMeta
impl UnwindSafe for ListMeta
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