Struct line_messaging_api_rust::sources::LineSource [−][src]
pub struct LineSource { pub kind: LineSourceType, }
Fields
kind: LineSourceType
Methods
impl LineSource
[src]
impl LineSource
pub fn new(kind: LineSourceType) -> LineSource
[src]
pub fn new(kind: LineSourceType) -> LineSource
Trait Implementations
impl Clone for LineSource
[src]
impl Clone for LineSource
fn clone(&self) -> LineSource
[src]
fn clone(&self) -> LineSource
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 LineSource
impl Send for LineSource
impl Sync for LineSource
impl Sync for LineSource