pub struct NosqldbDeleteRequest { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for NosqldbDeleteRequest
impl Debug for NosqldbDeleteRequest
Auto Trait Implementations§
impl RefUnwindSafe for NosqldbDeleteRequest
impl !Send for NosqldbDeleteRequest
impl !Sync for NosqldbDeleteRequest
impl Unpin for NosqldbDeleteRequest
impl UnwindSafe for NosqldbDeleteRequest
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