pub struct UploadSessionSessionEndpoints {
pub upload_part: Option<String>,
pub commit: Option<String>,
pub abort: Option<String>,
pub list_parts: Option<String>,
pub status: Option<String>,
pub log_event: Option<String>,
}Fields§
§upload_part: Option<String>§commit: Option<String>§abort: Option<String>§list_parts: Option<String>§status: Option<String>§log_event: Option<String>Trait Implementations§
Source§impl Clone for UploadSessionSessionEndpoints
impl Clone for UploadSessionSessionEndpoints
Source§fn clone(&self) -> UploadSessionSessionEndpoints
fn clone(&self) -> UploadSessionSessionEndpoints
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 Default for UploadSessionSessionEndpoints
impl Default for UploadSessionSessionEndpoints
Source§fn default() -> UploadSessionSessionEndpoints
fn default() -> UploadSessionSessionEndpoints
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UploadSessionSessionEndpoints
impl<'de> Deserialize<'de> for UploadSessionSessionEndpoints
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 StructuralPartialEq for UploadSessionSessionEndpoints
Auto Trait Implementations§
impl Freeze for UploadSessionSessionEndpoints
impl RefUnwindSafe for UploadSessionSessionEndpoints
impl Send for UploadSessionSessionEndpoints
impl Sync for UploadSessionSessionEndpoints
impl Unpin for UploadSessionSessionEndpoints
impl UnsafeUnpin for UploadSessionSessionEndpoints
impl UnwindSafe for UploadSessionSessionEndpoints
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