pub struct ApiBoundaryNode {
pub domain: String,
pub ipv6_address: String,
pub ipv4_address: Option<String>,
}Expand description
API boundary node, which routes /api calls to IC replica nodes.
Fields§
§domain: StringDomain name
ipv6_address: StringIPv6 address in the hexadecimal notation with colons.
ipv4_address: Option<String>IPv4 address in the dotted-decimal notation.
Trait Implementations§
source§impl Clone for ApiBoundaryNode
impl Clone for ApiBoundaryNode
source§fn clone(&self) -> ApiBoundaryNode
fn clone(&self) -> ApiBoundaryNode
Returns a copy of the value. Read more
1.6.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 ApiBoundaryNode
impl Debug for ApiBoundaryNode
source§impl TryFrom<&ApiBoundaryNode> for Node
Available on crate feature _internal_dynamic-routing only.
impl TryFrom<&ApiBoundaryNode> for Node
Available on crate feature
_internal_dynamic-routing only.source§type Error = DynamicRouteProviderError
type Error = DynamicRouteProviderError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for ApiBoundaryNode
impl RefUnwindSafe for ApiBoundaryNode
impl Send for ApiBoundaryNode
impl Sync for ApiBoundaryNode
impl Unpin for ApiBoundaryNode
impl UnwindSafe for ApiBoundaryNode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)