pub struct ScrapeFailedAlert(/* private fields */);Implementations§
Source§impl ScrapeFailedAlert
impl ScrapeFailedAlert
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 error_message<'a>(&'a self) -> &'a str
pub fn error(&self) -> LtrsError
pub fn version(&self) -> ProtocolVersion
Auto Trait Implementations§
impl Freeze for ScrapeFailedAlert
impl RefUnwindSafe for ScrapeFailedAlert
impl !Send for ScrapeFailedAlert
impl !Sync for ScrapeFailedAlert
impl Unpin for ScrapeFailedAlert
impl UnwindSafe for ScrapeFailedAlert
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