Struct line_messaging_api_rust::models::LineBotConfig [−][src]
pub struct LineBotConfig { /* fields omitted */ }Methods
impl LineBotConfig[src]
impl LineBotConfigpub fn new(channel_secret: &str, channel_token: &str) -> LineBotConfig[src]
pub fn new(channel_secret: &str, channel_token: &str) -> LineBotConfigpub fn get_channel_secret(&self) -> String[src]
pub fn get_channel_secret(&self) -> Stringpub fn get_channel_token(&self) -> String[src]
pub fn get_channel_token(&self) -> StringTrait Implementations
impl Clone for LineBotConfig[src]
impl Clone for LineBotConfigfn clone(&self) -> LineBotConfig[src]
fn clone(&self) -> LineBotConfigReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for LineBotConfig
impl Send for LineBotConfigimpl Sync for LineBotConfig
impl Sync for LineBotConfig