pub struct RejectedTorrentError;Expand description
SNAFU context selector for the ApiError::RejectedTorrent variant
Implementations§
Trait Implementations§
Source§impl Clone for RejectedTorrentError
impl Clone for RejectedTorrentError
Source§fn clone(&self) -> RejectedTorrentError
fn clone(&self) -> RejectedTorrentError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RejectedTorrentError
impl Debug for RejectedTorrentError
Source§impl IntoError<ApiError> for RejectedTorrentError
impl IntoError<ApiError> for RejectedTorrentError
impl Copy for RejectedTorrentError
Auto Trait Implementations§
impl Freeze for RejectedTorrentError
impl RefUnwindSafe for RejectedTorrentError
impl Send for RejectedTorrentError
impl Sync for RejectedTorrentError
impl Unpin for RejectedTorrentError
impl UnsafeUnpin for RejectedTorrentError
impl UnwindSafe for RejectedTorrentError
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