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