#[non_exhaustive]pub struct StructuredEntries {
pub entries: HashMap<String, Value>,
/* private fields */
}Available on crate features
instance-templates or instances or machine-images or region-instance-templates or region-instances only.Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.entries: HashMap<String, Value>Map of a partner metadata that belong to the same subdomain. It accepts any value including google.protobuf.Struct.
Implementations§
Source§impl StructuredEntries
impl StructuredEntries
pub fn new() -> Self
Sourcepub fn set_entries<T, K, V>(self, v: T) -> Self
pub fn set_entries<T, K, V>(self, v: T) -> Self
Trait Implementations§
Source§impl Clone for StructuredEntries
impl Clone for StructuredEntries
Source§fn clone(&self) -> StructuredEntries
fn clone(&self) -> StructuredEntries
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StructuredEntries
impl Debug for StructuredEntries
Source§impl Default for StructuredEntries
impl Default for StructuredEntries
Source§fn default() -> StructuredEntries
fn default() -> StructuredEntries
Returns the “default value” for a type. Read more
Source§impl Message for StructuredEntries
impl Message for StructuredEntries
Source§impl PartialEq for StructuredEntries
impl PartialEq for StructuredEntries
impl StructuralPartialEq for StructuredEntries
Auto Trait Implementations§
impl Freeze for StructuredEntries
impl RefUnwindSafe for StructuredEntries
impl Send for StructuredEntries
impl Sync for StructuredEntries
impl Unpin for StructuredEntries
impl UnsafeUnpin for StructuredEntries
impl UnwindSafe for StructuredEntries
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