pub struct StateUpdateAlert(/* private fields */);Implementations§
Source§impl StateUpdateAlert
impl StateUpdateAlert
pub fn status<'a>(&'a self) -> TorrentStatusVecRef<'a>
Auto Trait Implementations§
impl Freeze for StateUpdateAlert
impl RefUnwindSafe for StateUpdateAlert
impl !Send for StateUpdateAlert
impl !Sync for StateUpdateAlert
impl Unpin for StateUpdateAlert
impl UnwindSafe for StateUpdateAlert
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