#[repr(C)]pub struct UplinkUploadOptions {
pub expires: i64,
}Fields§
§expires: i64Trait Implementations§
Source§impl Clone for UplinkUploadOptions
impl Clone for UplinkUploadOptions
Source§fn clone(&self) -> UplinkUploadOptions
fn clone(&self) -> UplinkUploadOptions
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 UplinkUploadOptions
impl Debug for UplinkUploadOptions
impl Copy for UplinkUploadOptions
Auto Trait Implementations§
impl Freeze for UplinkUploadOptions
impl RefUnwindSafe for UplinkUploadOptions
impl Send for UplinkUploadOptions
impl Sync for UplinkUploadOptions
impl Unpin for UplinkUploadOptions
impl UnwindSafe for UplinkUploadOptions
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