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