twilio-rs icon indicating copy to clipboard operation
twilio-rs copied to clipboard

make Call fields accessible

Open rosstimothy opened this issue 4 years ago • 0 comments

#[derive(Debug, Deserialize)]
pub struct Call {
    from: String,
    to: String,
    sid: String,
    status: CallStatus,
}

All fields are private and unable to be used.

rosstimothy avatar Feb 01 '21 14:02 rosstimothy