pub struct TrackerWarningAlert(/* private fields */);Implementations§
Source§impl TrackerWarningAlert
impl TrackerWarningAlert
pub fn handle(&self) -> TorrentHandle
pub fn torrent_name<'a>(&'a self) -> &'a str
pub fn message(&self) -> String
pub fn tracker_url<'a>(&'a self) -> &'a str
pub fn local_endpoint(&self)
pub fn warning_message<'a>(&'a self) -> &'a str
pub fn version(&self) -> ProtocolVersion
Auto Trait Implementations§
impl Freeze for TrackerWarningAlert
impl RefUnwindSafe for TrackerWarningAlert
impl !Send for TrackerWarningAlert
impl !Sync for TrackerWarningAlert
impl Unpin for TrackerWarningAlert
impl UnwindSafe for TrackerWarningAlert
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