pub struct ServiceAnnotations {
pub cloud_google_com_backend_config: String,
}Fields§
§cloud_google_com_backend_config: StringTrait Implementations§
Source§impl Debug for ServiceAnnotations
impl Debug for ServiceAnnotations
Source§impl Default for ServiceAnnotations
impl Default for ServiceAnnotations
Source§fn default() -> ServiceAnnotations
fn default() -> ServiceAnnotations
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceAnnotations
impl<'de> Deserialize<'de> for ServiceAnnotations
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ServiceAnnotations
impl RefUnwindSafe for ServiceAnnotations
impl Send for ServiceAnnotations
impl Sync for ServiceAnnotations
impl Unpin for ServiceAnnotations
impl UnsafeUnpin for ServiceAnnotations
impl UnwindSafe for ServiceAnnotations
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