Struct slack_api::team::BillableInfoResponse
[−]
[src]
pub struct BillableInfoResponse { pub billable_info: Option<HashMap<String, bool>>, // some fields omitted }
Fields
billable_info: Option<HashMap<String, bool>>
Trait Implementations
impl Clone for BillableInfoResponse
[src]
fn clone(&self) -> BillableInfoResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for BillableInfoResponse
[src]
impl<E: Error> Into<Result<BillableInfoResponse, BillableInfoError<E>>> for BillableInfoResponse
[src]
fn into(self) -> Result<BillableInfoResponse, BillableInfoError<E>>
Performs the conversion.