pub struct ConnectionDetails {
pub uuid: Vec<u8>,
pub location_name: String,
pub tunnel_is_remotely_managed: bool,
}Expand description
A successful registration.
Fields§
§uuid: Vec<u8>Per-connection UUID (16 bytes).
location_name: StringAirport code of the edge colo.
tunnel_is_remotely_managed: boolWhether the tunnel is configured remotely by the edge.
Trait Implementations§
Source§impl Clone for ConnectionDetails
impl Clone for ConnectionDetails
Auto Trait Implementations§
impl Freeze for ConnectionDetails
impl RefUnwindSafe for ConnectionDetails
impl Send for ConnectionDetails
impl Sync for ConnectionDetails
impl Unpin for ConnectionDetails
impl UnsafeUnpin for ConnectionDetails
impl UnwindSafe for ConnectionDetails
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