Struct torrust_index_backend::models::torrent::AddTorrentRequest
source · pub struct AddTorrentRequest {
pub metadata: Metadata,
pub torrent: Torrent,
}
Fields§
§metadata: Metadata
§torrent: Torrent
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AddTorrentRequest
impl Send for AddTorrentRequest
impl Sync for AddTorrentRequest
impl Unpin for AddTorrentRequest
impl UnwindSafe for AddTorrentRequest
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