Struct instagram_link::MediaMetadata [−][src]
pub struct MediaMetadata {
pub ig_id: u64,
pub shortcode: String,
pub is_public_shortcode: Option<bool>,
}Fields
ig_id: u64shortcode: Stringis_public_shortcode: Option<bool>Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MediaMetadataimpl Send for MediaMetadataimpl Sync for MediaMetadataimpl Unpin for MediaMetadataimpl UnwindSafe for MediaMetadataBlanket Implementations
Mutably borrows from an owned value. Read more