pub struct JobUILink {
pub url: String,
pub label: String,
}
Expand description
This struct was generated based on the Go types of the official Nomad API.
Fields§
§url: String
§label: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JobUILink
impl<'de> Deserialize<'de> for JobUILink
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
impl StructuralPartialEq for JobUILink
Auto Trait Implementations§
impl Freeze for JobUILink
impl RefUnwindSafe for JobUILink
impl Send for JobUILink
impl Sync for JobUILink
impl Unpin for JobUILink
impl UnwindSafe for JobUILink
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