pub struct ConsulMeshConfigEntry {}
Expand description
ConsulMeshConfigEntry is a stub used to represent that the gateway service type should be for a Mesh Gateway. Unlike Ingress and Terminating, there is no actual Consul Config Entry type for mesh-gateway, at least for now. We still create a type for future proofing, instead just using a bool for example.
This struct was generated based on the Go types of the official Nomad API.
Trait Implementations§
Source§impl Clone for ConsulMeshConfigEntry
impl Clone for ConsulMeshConfigEntry
Source§fn clone(&self) -> ConsulMeshConfigEntry
fn clone(&self) -> ConsulMeshConfigEntry
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 ConsulMeshConfigEntry
impl Debug for ConsulMeshConfigEntry
Source§impl Default for ConsulMeshConfigEntry
impl Default for ConsulMeshConfigEntry
Source§fn default() -> ConsulMeshConfigEntry
fn default() -> ConsulMeshConfigEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsulMeshConfigEntry
impl<'de> Deserialize<'de> for ConsulMeshConfigEntry
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 ConsulMeshConfigEntry
impl PartialEq for ConsulMeshConfigEntry
Source§impl Serialize for ConsulMeshConfigEntry
impl Serialize for ConsulMeshConfigEntry
impl StructuralPartialEq for ConsulMeshConfigEntry
Auto Trait Implementations§
impl Freeze for ConsulMeshConfigEntry
impl RefUnwindSafe for ConsulMeshConfigEntry
impl Send for ConsulMeshConfigEntry
impl Sync for ConsulMeshConfigEntry
impl Unpin for ConsulMeshConfigEntry
impl UnwindSafe for ConsulMeshConfigEntry
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