Struct kube_core::watch::BookmarkMeta [−][src]
pub struct BookmarkMeta { pub resource_version: String, }
Expand description
Slimed down Metadata for WatchEvent::Bookmark
Fields
resource_version: String
The only field we need from a Bookmark event.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for BookmarkMeta
impl Send for BookmarkMeta
impl Sync for BookmarkMeta
impl Unpin for BookmarkMeta
impl UnwindSafe for BookmarkMeta
Blanket Implementations
Mutably borrows from an owned value. Read more