pub struct Endpoints {
pub directory: SocketAddr,
pub relay: SocketAddr,
pub accounts: SocketAddr,
pub provisioning: SocketAddr,
}Expand description
The four services, resolved to socket addresses.
Fields§
§directory: SocketAddr§relay: SocketAddr§accounts: SocketAddr§provisioning: SocketAddrTrait Implementations§
impl Eq for Endpoints
impl StructuralPartialEq for Endpoints
Auto Trait Implementations§
impl Freeze for Endpoints
impl RefUnwindSafe for Endpoints
impl Send for Endpoints
impl Sync for Endpoints
impl Unpin for Endpoints
impl UnsafeUnpin for Endpoints
impl UnwindSafe for Endpoints
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