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: String
Domain name
ipv6_address: String
IPv6 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.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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
)