pub struct EOS_TitleStorageFileTransferRequestHandle { /* private fields */ }Trait Implementations§
Source§impl Clone for EOS_TitleStorageFileTransferRequestHandle
impl Clone for EOS_TitleStorageFileTransferRequestHandle
Source§fn clone(&self) -> EOS_TitleStorageFileTransferRequestHandle
fn clone(&self) -> EOS_TitleStorageFileTransferRequestHandle
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 EOS_TitleStorageFileTransferRequestHandle
Auto Trait Implementations§
impl Freeze for EOS_TitleStorageFileTransferRequestHandle
impl RefUnwindSafe for EOS_TitleStorageFileTransferRequestHandle
impl Send for EOS_TitleStorageFileTransferRequestHandle
impl Sync for EOS_TitleStorageFileTransferRequestHandle
impl Unpin for EOS_TitleStorageFileTransferRequestHandle
impl UnsafeUnpin for EOS_TitleStorageFileTransferRequestHandle
impl UnwindSafe for EOS_TitleStorageFileTransferRequestHandle
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