Struct avalanche_ops::aws::spec::Endpoints
source · pub struct Endpoints {
pub http_rpc: Option<String>,
pub http_rpc_x: Option<String>,
pub http_rpc_p: Option<String>,
pub http_rpc_c: Option<String>,
pub metrics: Option<String>,
pub health: Option<String>,
pub liveness: Option<String>,
pub metamask_rpc_c: Option<String>,
pub websocket_rpc_c: Option<String>,
}Fields§
§http_rpc: Option<String>Only updated after creation. READ ONLY – DO NOT SET.
http_rpc_x: Option<String>§http_rpc_p: Option<String>§http_rpc_c: Option<String>§metrics: Option<String>§health: Option<String>§liveness: Option<String>§metamask_rpc_c: Option<String>§websocket_rpc_c: Option<String>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Endpoints
impl<'de> Deserialize<'de> for Endpoints
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<Endpoints> for Endpoints
impl PartialEq<Endpoints> for Endpoints
impl Eq for Endpoints
impl StructuralEq for Endpoints
impl StructuralPartialEq for Endpoints
Auto Trait Implementations§
impl RefUnwindSafe for Endpoints
impl Send for Endpoints
impl Sync for Endpoints
impl Unpin for Endpoints
impl UnwindSafe for Endpoints
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.