pub struct TorrentCheckedAlert(/* private fields */);Implementations§
Source§impl TorrentCheckedAlert
impl TorrentCheckedAlert
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 TorrentCheckedAlert
impl RefUnwindSafe for TorrentCheckedAlert
impl !Send for TorrentCheckedAlert
impl !Sync for TorrentCheckedAlert
impl Unpin for TorrentCheckedAlert
impl UnwindSafe for TorrentCheckedAlert
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