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