pub struct TrackerAnnounceAlert(/* private fields */);Implementations§
Source§impl TrackerAnnounceAlert
impl TrackerAnnounceAlert
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 event(&self) -> u8
pub fn version(&self) -> u8
Auto Trait Implementations§
impl Freeze for TrackerAnnounceAlert
impl RefUnwindSafe for TrackerAnnounceAlert
impl !Send for TrackerAnnounceAlert
impl !Sync for TrackerAnnounceAlert
impl Unpin for TrackerAnnounceAlert
impl UnwindSafe for TrackerAnnounceAlert
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