pub struct PresignMintCountDoc {
pub project_id: String,
pub window_epoch_hour: i64,
pub writer_id: String,
pub minted: u64,
}Fields§
§project_id: String§window_epoch_hour: i64§writer_id: String§minted: u64Trait Implementations§
Source§impl Clone for PresignMintCountDoc
impl Clone for PresignMintCountDoc
Source§fn clone(&self) -> PresignMintCountDoc
fn clone(&self) -> PresignMintCountDoc
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for PresignMintCountDoc
impl<'de> Deserialize<'de> for PresignMintCountDoc
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PresignMintCountDoc
impl RefUnwindSafe for PresignMintCountDoc
impl Send for PresignMintCountDoc
impl Sync for PresignMintCountDoc
impl Unpin for PresignMintCountDoc
impl UnsafeUnpin for PresignMintCountDoc
impl UnwindSafe for PresignMintCountDoc
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