Added documentation for Asset
This commit is contained in:
parent
1aba7e6ead
commit
da3afd5f83
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
use serde::Serialize;
|
||||
|
||||
/// Contains Large and Small images of an Activity.
|
||||
#[derive(Serialize, Debug)]
|
||||
pub struct Asset {
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue