Enum line_messaging_api_rust::sources::LineSourceType [−][src]
pub enum LineSourceType { User { user_id: String, }, Room { room_id: String, user_id: String, }, Group { group_id: String, user_id: String, }, }
Variants
User
Fields of User
user_id: String |
Room
Fields of Room
room_id: String | |
user_id: String |
Group
Fields of Group
group_id: String | |
user_id: String |
Trait Implementations
impl Debug for LineSourceType
[src]
impl Debug for LineSourceType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for LineSourceType
[src]
impl Clone for LineSourceType
fn clone(&self) -> LineSourceType
[src]
fn clone(&self) -> LineSourceType
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 LineSourceType
impl Send for LineSourceType
impl Sync for LineSourceType
impl Sync for LineSourceType