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