pub struct LicenseReply {
pub license: Option<License>,
pub config_outdated: bool,
}
Expand description
This struct was generated based on the Go types of the official Nomad API.
Fields§
§license: Option<License>
§config_outdated: bool
Trait Implementations§
Source§impl Clone for LicenseReply
impl Clone for LicenseReply
Source§fn clone(&self) -> LicenseReply
fn clone(&self) -> LicenseReply
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 LicenseReply
impl Debug for LicenseReply
Source§impl Default for LicenseReply
impl Default for LicenseReply
Source§fn default() -> LicenseReply
fn default() -> LicenseReply
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LicenseReply
impl<'de> Deserialize<'de> for LicenseReply
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 LicenseReply
impl PartialEq for LicenseReply
Source§impl Serialize for LicenseReply
impl Serialize for LicenseReply
impl StructuralPartialEq for LicenseReply
Auto Trait Implementations§
impl Freeze for LicenseReply
impl RefUnwindSafe for LicenseReply
impl Send for LicenseReply
impl Sync for LicenseReply
impl Unpin for LicenseReply
impl UnwindSafe for LicenseReply
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