twilio-rs
twilio-rs copied to clipboard
make Call fields accessible
#[derive(Debug, Deserialize)]
pub struct Call {
from: String,
to: String,
sid: String,
status: CallStatus,
}
All fields are private and unable to be used.