pub struct PresignBlockedDocGet {}Trait Implementations§
Source§impl DbRequest for PresignBlockedDocGet
impl DbRequest for PresignBlockedDocGet
Auto Trait Implementations§
impl Freeze for PresignBlockedDocGet
impl RefUnwindSafe for PresignBlockedDocGet
impl Send for PresignBlockedDocGet
impl Sync for PresignBlockedDocGet
impl Unpin for PresignBlockedDocGet
impl UnsafeUnpin for PresignBlockedDocGet
impl UnwindSafe for PresignBlockedDocGet
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