pub struct IssueObjectDownload {
pub key: ObjectKey,
pub range: Option<ObjectByteRange>,
pub expected_entity_tag: Option<String>,
pub version_id: Option<String>,
pub download_file_name: Option<String>,
}Fields§
§key: ObjectKey§range: Option<ObjectByteRange>§expected_entity_tag: Option<String>§version_id: Option<String>§download_file_name: Option<String>Trait Implementations§
Source§impl Clone for IssueObjectDownload
impl Clone for IssueObjectDownload
Source§fn clone(&self) -> IssueObjectDownload
fn clone(&self) -> IssueObjectDownload
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 IssueObjectDownload
impl Debug for IssueObjectDownload
Source§impl<'de> Deserialize<'de> for IssueObjectDownload
impl<'de> Deserialize<'de> for IssueObjectDownload
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for IssueObjectDownload
Source§impl PartialEq for IssueObjectDownload
impl PartialEq for IssueObjectDownload
Source§impl Serialize for IssueObjectDownload
impl Serialize for IssueObjectDownload
impl StructuralPartialEq for IssueObjectDownload
Auto Trait Implementations§
impl Freeze for IssueObjectDownload
impl RefUnwindSafe for IssueObjectDownload
impl Send for IssueObjectDownload
impl Sync for IssueObjectDownload
impl Unpin for IssueObjectDownload
impl UnsafeUnpin for IssueObjectDownload
impl UnwindSafe for IssueObjectDownload
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.