[][src]Trait goa::ExchangeExt

pub trait ExchangeExt: 'static {
    fn dup_host(&self) -> Option<GString>;
fn get_accept_ssl_errors(&self) -> bool;
fn get_host(&self) -> Option<GString>;
fn set_accept_ssl_errors(&self, value: bool);
fn set_host(&self, value: &str);
fn connect_property_accept_ssl_errors_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_host_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn dup_host(&self) -> Option<GString>

fn get_accept_ssl_errors(&self) -> bool

fn get_host(&self) -> Option<GString>

fn set_accept_ssl_errors(&self, value: bool)

fn set_host(&self, value: &str)

fn connect_property_accept_ssl_errors_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_host_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<Exchange>> ExchangeExt for O[src]

Loading content...