Struct azure_devops_rust_api::distributed_task::models::EndpointUrl
source · pub struct EndpointUrl {
pub depends_on: Option<DependsOn>,
pub display_name: Option<String>,
pub help_text: Option<String>,
pub is_visible: Option<String>,
pub value: Option<String>,
}
Expand description
Represents url of the service endpoint.
Fields§
§depends_on: Option<DependsOn>
§display_name: Option<String>
Gets or sets the display name of service endpoint url.
help_text: Option<String>
Gets or sets the help text of service endpoint url.
is_visible: Option<String>
Gets or sets the visibility of service endpoint url.
value: Option<String>
Gets or sets the value of service endpoint url.
Implementations§
source§impl EndpointUrl
impl EndpointUrl
Trait Implementations§
source§impl Clone for EndpointUrl
impl Clone for EndpointUrl
source§fn clone(&self) -> EndpointUrl
fn clone(&self) -> EndpointUrl
Returns a copy 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 EndpointUrl
impl Debug for EndpointUrl
source§impl Default for EndpointUrl
impl Default for EndpointUrl
source§fn default() -> EndpointUrl
fn default() -> EndpointUrl
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EndpointUrl
impl<'de> Deserialize<'de> for EndpointUrl
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 EndpointUrl
impl PartialEq for EndpointUrl
source§fn eq(&self, other: &EndpointUrl) -> bool
fn eq(&self, other: &EndpointUrl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EndpointUrl
impl Serialize for EndpointUrl
impl StructuralPartialEq for EndpointUrl
Auto Trait Implementations§
impl Freeze for EndpointUrl
impl RefUnwindSafe for EndpointUrl
impl Send for EndpointUrl
impl Sync for EndpointUrl
impl Unpin for EndpointUrl
impl UnwindSafe for EndpointUrl
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