Trait ux::prelude::ProxyAddressExt [−]
pub trait ProxyAddressExt: 'static {
pub fn get_destination_hostname(&self) -> GString;
pub fn get_destination_port(&self) -> u16;
pub fn get_destination_protocol(&self) -> Option<GString>;
pub fn get_password(&self) -> Option<GString>;
pub fn get_protocol(&self) -> GString;
pub fn get_uri(&self) -> Option<GString>;
pub fn get_username(&self) -> Option<GString>;
}Required methods
pub fn get_destination_hostname(&self) -> GString
pub fn get_destination_port(&self) -> u16
pub fn get_destination_protocol(&self) -> Option<GString>
pub fn get_password(&self) -> Option<GString>
pub fn get_protocol(&self) -> GString
pub fn get_uri(&self) -> Option<GString>
pub fn get_username(&self) -> Option<GString>
Implementors
impl<O> ProxyAddressExt for O where
O: IsA<ProxyAddress>,
O: IsA<ProxyAddress>,