Struct torrust_index_backend::databases::database::TorrentCompact
source · pub struct TorrentCompact {
pub torrent_id: i64,
pub info_hash: String,
}
Expand description
Compact representation of torrent.
Fields§
§torrent_id: i64
§info_hash: String
Trait Implementations§
source§impl Debug for TorrentCompact
impl Debug for TorrentCompact
Auto Trait Implementations§
impl RefUnwindSafe for TorrentCompact
impl Send for TorrentCompact
impl Sync for TorrentCompact
impl Unpin for TorrentCompact
impl UnwindSafe for TorrentCompact
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