Struct ic_agent::agent::ApiBoundaryNode
source · 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§
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