pub struct GetObjectTorrentOutput {
pub body: Option<StreamingBody>,
pub request_charged: Option<String>,
}
Fields§
§body: Option<StreamingBody>
A Bencoded dictionary as defined by the BitTorrent specification
request_charged: Option<String>
Trait Implementations§
Source§impl Debug for GetObjectTorrentOutput
impl Debug for GetObjectTorrentOutput
Source§impl Default for GetObjectTorrentOutput
impl Default for GetObjectTorrentOutput
Source§fn default() -> GetObjectTorrentOutput
fn default() -> GetObjectTorrentOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetObjectTorrentOutput
impl !RefUnwindSafe for GetObjectTorrentOutput
impl Send for GetObjectTorrentOutput
impl !Sync for GetObjectTorrentOutput
impl Unpin for GetObjectTorrentOutput
impl !UnwindSafe for GetObjectTorrentOutput
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