pub struct UtPreSignedUrl {
pub url: String,
pub file_key: String,
pub expires: u128,
pub region: UploadRegion,
}Fields§
§url: String§file_key: String§expires: u128§region: UploadRegionImplementations§
Trait Implementations§
Source§impl Clone for UtPreSignedUrl
impl Clone for UtPreSignedUrl
Source§fn clone(&self) -> UtPreSignedUrl
fn clone(&self) -> UtPreSignedUrl
Returns a duplicate of the value. Read more
1.0.0 · 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 UtPreSignedUrl
impl Debug for UtPreSignedUrl
Source§impl Default for UtPreSignedUrl
impl Default for UtPreSignedUrl
Source§impl<'de> Deserialize<'de> for UtPreSignedUrl
impl<'de> Deserialize<'de> for UtPreSignedUrl
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
Source§impl Serialize for UtPreSignedUrl
impl Serialize for UtPreSignedUrl
Source§impl TryFrom<&JsValue> for UtPreSignedUrl
impl TryFrom<&JsValue> for UtPreSignedUrl
Source§impl TryFrom<&String> for UtPreSignedUrl
impl TryFrom<&String> for UtPreSignedUrl
Source§impl TryFrom<JsValue> for UtPreSignedUrl
impl TryFrom<JsValue> for UtPreSignedUrl
Auto Trait Implementations§
impl Freeze for UtPreSignedUrl
impl RefUnwindSafe for UtPreSignedUrl
impl Send for UtPreSignedUrl
impl Sync for UtPreSignedUrl
impl Unpin for UtPreSignedUrl
impl UnwindSafe for UtPreSignedUrl
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