/// Represents information about a preview provided for an asset.
////// You can convert this to and from strings freely. For forwards compatibility,
/// if an unrecognised string is converted to this type, it will be stored in an
/// Unparsed enum.
#[derive(Debug)]pubstructPreviewLink{puburl: String,
pubname: String,
pubdisplay_name: String,
pubicon_name:Option<String>}