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