pub enum TransferDstOptimal {}Trait Implementations§
Source§impl Clone for TransferDstOptimal
impl Clone for TransferDstOptimal
Source§fn clone(&self) -> TransferDstOptimal
fn clone(&self) -> TransferDstOptimal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TransferDstOptimal
impl Debug for TransferDstOptimal
Source§impl StaticLayout for TransferDstOptimal
impl StaticLayout for TransferDstOptimal
impl Copy for TransferDstOptimal
Auto Trait Implementations§
impl Freeze for TransferDstOptimal
impl RefUnwindSafe for TransferDstOptimal
impl Send for TransferDstOptimal
impl Sync for TransferDstOptimal
impl Unpin for TransferDstOptimal
impl UnsafeUnpin for TransferDstOptimal
impl UnwindSafe for TransferDstOptimal
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