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