transmission_client/
authentication.rs

1#[derive(Debug)]
2pub struct Authentication {
3    pub username: String,
4    pub password: String,
5}