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