pub struct PublishedAssetVersions {
pub assets: Vec<PublishedAssetVersion>,
pub next_cursor: Option<String>,
pub previous_cursor: Option<String>,
}Fields§
§assets: Vec<PublishedAssetVersion>§next_cursor: Option<String>§previous_cursor: Option<String>Trait Implementations§
Source§impl Clone for PublishedAssetVersions
impl Clone for PublishedAssetVersions
Source§fn clone(&self) -> PublishedAssetVersions
fn clone(&self) -> PublishedAssetVersions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PublishedAssetVersions
impl Debug for PublishedAssetVersions
Source§impl<'de> Deserialize<'de> for PublishedAssetVersions
impl<'de> Deserialize<'de> for PublishedAssetVersions
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
Source§impl PartialEq for PublishedAssetVersions
impl PartialEq for PublishedAssetVersions
Source§impl Serialize for PublishedAssetVersions
impl Serialize for PublishedAssetVersions
impl Eq for PublishedAssetVersions
impl StructuralPartialEq for PublishedAssetVersions
Auto Trait Implementations§
impl Freeze for PublishedAssetVersions
impl RefUnwindSafe for PublishedAssetVersions
impl Send for PublishedAssetVersions
impl Sync for PublishedAssetVersions
impl Unpin for PublishedAssetVersions
impl UnwindSafe for PublishedAssetVersions
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