pub struct PresignMintCountDocQuery<__T0: AsRef<str>> {
pub project_id: __T0,
pub window_epoch_hour: Option<i64>,
pub writer_id: Option<String>,
pub limit: Option<usize>,
}Fields§
§project_id: __T0§window_epoch_hour: Option<i64>§writer_id: Option<String>§limit: Option<usize>Trait Implementations§
Auto Trait Implementations§
impl<__T0> Freeze for PresignMintCountDocQuery<__T0>where
__T0: Freeze,
impl<__T0> RefUnwindSafe for PresignMintCountDocQuery<__T0>where
__T0: RefUnwindSafe,
impl<__T0> Send for PresignMintCountDocQuery<__T0>where
__T0: Send,
impl<__T0> Sync for PresignMintCountDocQuery<__T0>where
__T0: Sync,
impl<__T0> Unpin for PresignMintCountDocQuery<__T0>where
__T0: Unpin,
impl<__T0> UnsafeUnpin for PresignMintCountDocQuery<__T0>where
__T0: UnsafeUnpin,
impl<__T0> UnwindSafe for PresignMintCountDocQuery<__T0>where
__T0: UnwindSafe,
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