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