Trait ux::prelude::NetworkAddressExt [−]
pub trait NetworkAddressExt: 'static {
pub fn get_hostname(&self) -> Option<GString>;
pub fn get_port(&self) -> u16;
pub fn get_scheme(&self) -> Option<GString>;
}Required methods
pub fn get_hostname(&self) -> Option<GString>
pub fn get_port(&self) -> u16
pub fn get_scheme(&self) -> Option<GString>
Implementors
impl<O> NetworkAddressExt for O where
O: IsA<NetworkAddress>,
O: IsA<NetworkAddress>,