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