pub struct FileURLResponse {
pub urls: Vec<EntityURLResponse>,
pub expires: String,
}Expand description
File URL response
Fields§
§urls: Vec<EntityURLResponse>§expires: StringTrait Implementations§
Source§impl Clone for FileURLResponse
impl Clone for FileURLResponse
Source§fn clone(&self) -> FileURLResponse
fn clone(&self) -> FileURLResponse
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 FileURLResponse
impl Debug for FileURLResponse
Source§impl Default for FileURLResponse
impl Default for FileURLResponse
Source§fn default() -> FileURLResponse
fn default() -> FileURLResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FileURLResponse
impl<'de> Deserialize<'de> for FileURLResponse
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
Auto Trait Implementations§
impl Freeze for FileURLResponse
impl RefUnwindSafe for FileURLResponse
impl Send for FileURLResponse
impl Sync for FileURLResponse
impl Unpin for FileURLResponse
impl UnsafeUnpin for FileURLResponse
impl UnwindSafe for FileURLResponse
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