Struct torrust_index_backend::tracker::api::ConnectionInfo
source · pub struct ConnectionInfo {
pub url: String,
pub token: String,
}
Fields§
§url: String
The URL of the tracker. Eg: https://tracker:7070 or udp://tracker:6969
token: String
The token used to authenticate with the tracker API.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionInfo
impl Send for ConnectionInfo
impl Sync for ConnectionInfo
impl Unpin for ConnectionInfo
impl UnwindSafe for ConnectionInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more