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