pub struct ListMeta {
pub resource_version: String,
pub continue_token: Option<String>,
}Expand description
List metadata
Fields§
§resource_version: String§continue_token: Option<String>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 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