#[repr(C)]pub struct UplinkUploadObjectMetadataOptions {}Trait Implementations§
Source§impl Clone for UplinkUploadObjectMetadataOptions
impl Clone for UplinkUploadObjectMetadataOptions
Source§fn clone(&self) -> UplinkUploadObjectMetadataOptions
fn clone(&self) -> UplinkUploadObjectMetadataOptions
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 moreimpl Copy for UplinkUploadObjectMetadataOptions
Auto Trait Implementations§
impl Freeze for UplinkUploadObjectMetadataOptions
impl RefUnwindSafe for UplinkUploadObjectMetadataOptions
impl Send for UplinkUploadObjectMetadataOptions
impl Sync for UplinkUploadObjectMetadataOptions
impl Unpin for UplinkUploadObjectMetadataOptions
impl UnwindSafe for UplinkUploadObjectMetadataOptions
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