pub struct PresignBlockedDocQuery {
pub limit: Option<usize>,
}Fields§
§limit: Option<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PresignBlockedDocQuery
impl RefUnwindSafe for PresignBlockedDocQuery
impl Send for PresignBlockedDocQuery
impl Sync for PresignBlockedDocQuery
impl Unpin for PresignBlockedDocQuery
impl UnsafeUnpin for PresignBlockedDocQuery
impl UnwindSafe for PresignBlockedDocQuery
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