Struct line_messaging_api_rust::models::LineBotConfig [−][src]
pub struct LineBotConfig { /* fields omitted */ }
Methods
impl LineBotConfig
[src]
impl LineBotConfig
pub fn new(channel_secret: &str, channel_token: &str) -> LineBotConfig
[src]
pub fn new(channel_secret: &str, channel_token: &str) -> LineBotConfig
pub fn get_channel_secret(&self) -> String
[src]
pub fn get_channel_secret(&self) -> String
pub fn get_channel_token(&self) -> String
[src]
pub fn get_channel_token(&self) -> String
Trait Implementations
impl Clone for LineBotConfig
[src]
impl Clone for LineBotConfig
fn clone(&self) -> LineBotConfig
[src]
fn clone(&self) -> LineBotConfig
Returns 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 LineBotConfig
impl Sync for LineBotConfig
impl Sync for LineBotConfig