pub struct HeatMapEndpoint {
pub resource_id: Option<String>,
pub endpoint_id: Option<i64>,
}Expand description
Class which is a sparse representation of a Traffic Manager endpoint.
Fields§
§resource_id: Option<String>The ARM Resource ID of this Traffic Manager endpoint.
endpoint_id: Option<i64>A number uniquely identifying this endpoint in query experiences.
Implementations§
Trait Implementations§
Source§impl Clone for HeatMapEndpoint
impl Clone for HeatMapEndpoint
Source§fn clone(&self) -> HeatMapEndpoint
fn clone(&self) -> HeatMapEndpoint
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 HeatMapEndpoint
impl Debug for HeatMapEndpoint
Source§impl Default for HeatMapEndpoint
impl Default for HeatMapEndpoint
Source§fn default() -> HeatMapEndpoint
fn default() -> HeatMapEndpoint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HeatMapEndpoint
impl<'de> Deserialize<'de> for HeatMapEndpoint
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 HeatMapEndpoint
impl PartialEq for HeatMapEndpoint
Source§impl Serialize for HeatMapEndpoint
impl Serialize for HeatMapEndpoint
impl StructuralPartialEq for HeatMapEndpoint
Auto Trait Implementations§
impl Freeze for HeatMapEndpoint
impl RefUnwindSafe for HeatMapEndpoint
impl Send for HeatMapEndpoint
impl Sync for HeatMapEndpoint
impl Unpin for HeatMapEndpoint
impl UnwindSafe for HeatMapEndpoint
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