pub struct GcpVertexAiHeartbeatData {
pub status: AiHeartbeatStatus,
pub project: String,
pub location: String,
}Fields§
§status: AiHeartbeatStatus§project: String§location: StringTrait Implementations§
Source§impl Clone for GcpVertexAiHeartbeatData
impl Clone for GcpVertexAiHeartbeatData
Source§fn clone(&self) -> GcpVertexAiHeartbeatData
fn clone(&self) -> GcpVertexAiHeartbeatData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GcpVertexAiHeartbeatData
impl Debug for GcpVertexAiHeartbeatData
Source§impl<'de> Deserialize<'de> for GcpVertexAiHeartbeatData
impl<'de> Deserialize<'de> for GcpVertexAiHeartbeatData
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
Source§impl PartialEq for GcpVertexAiHeartbeatData
impl PartialEq for GcpVertexAiHeartbeatData
Source§impl Serialize for GcpVertexAiHeartbeatData
impl Serialize for GcpVertexAiHeartbeatData
impl StructuralPartialEq for GcpVertexAiHeartbeatData
Auto Trait Implementations§
impl Freeze for GcpVertexAiHeartbeatData
impl RefUnwindSafe for GcpVertexAiHeartbeatData
impl Send for GcpVertexAiHeartbeatData
impl Sync for GcpVertexAiHeartbeatData
impl Unpin for GcpVertexAiHeartbeatData
impl UnsafeUnpin for GcpVertexAiHeartbeatData
impl UnwindSafe for GcpVertexAiHeartbeatData
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