pub struct ConsulIngressService {
pub hosts: Option<Vec<String>>,
pub name: Option<String>,
}Fields§
§hosts: Option<Vec<String>>§name: Option<String>Trait Implementations§
Source§impl Clone for ConsulIngressService
impl Clone for ConsulIngressService
Source§fn clone(&self) -> ConsulIngressService
fn clone(&self) -> ConsulIngressService
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 ConsulIngressService
impl Debug for ConsulIngressService
Source§impl Default for ConsulIngressService
impl Default for ConsulIngressService
Source§fn default() -> ConsulIngressService
fn default() -> ConsulIngressService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsulIngressService
impl<'de> Deserialize<'de> for ConsulIngressService
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 ConsulIngressService
impl PartialEq for ConsulIngressService
Source§impl Serialize for ConsulIngressService
impl Serialize for ConsulIngressService
impl StructuralPartialEq for ConsulIngressService
Auto Trait Implementations§
impl Freeze for ConsulIngressService
impl RefUnwindSafe for ConsulIngressService
impl Send for ConsulIngressService
impl Sync for ConsulIngressService
impl Unpin for ConsulIngressService
impl UnwindSafe for ConsulIngressService
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