pub struct StateChangedValues { /* private fields */ }Implementations§
Source§impl StateChangedValues
impl StateChangedValues
pub fn torrent_handle(&self) -> &TorrentHandle
pub fn state(&self) -> TorrentState
pub fn prev_state(&self) -> TorrentState
Auto Trait Implementations§
impl Freeze for StateChangedValues
impl RefUnwindSafe for StateChangedValues
impl Send for StateChangedValues
impl !Sync for StateChangedValues
impl Unpin for StateChangedValues
impl UnwindSafe for StateChangedValues
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