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