pub struct UpdateClusterLogging {
pub projectId: String,
pub clusterId: String,
pub loggingService: String,
}Expand description
Update GKE cluster - Logging and monitoring
Fields§
§projectId: String§clusterId: String§loggingService: StringTrait Implementations§
Source§impl Debug for UpdateClusterLogging
impl Debug for UpdateClusterLogging
Source§impl Default for UpdateClusterLogging
impl Default for UpdateClusterLogging
Source§fn default() -> UpdateClusterLogging
fn default() -> UpdateClusterLogging
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateClusterLogging
impl<'de> Deserialize<'de> for UpdateClusterLogging
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 UpdateClusterLogging
impl RefUnwindSafe for UpdateClusterLogging
impl Send for UpdateClusterLogging
impl Sync for UpdateClusterLogging
impl Unpin for UpdateClusterLogging
impl UnsafeUnpin for UpdateClusterLogging
impl UnwindSafe for UpdateClusterLogging
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