[−][src]Struct instagram_link::MediaMetadata
Fields
ig_id: u64shortcode: Stringis_public_shortcode: Option<bool>Implementations
impl MediaMetadata[src]
pub fn with_ig_id(ig_id: u64) -> Self[src]
pub fn with_shortcode(shortcode: String) -> Result<Self, String>[src]
Trait Implementations
impl Debug for MediaMetadata[src]
impl PartialEq<MediaMetadata> for MediaMetadata[src]
pub fn eq(&self, other: &MediaMetadata) -> bool[src]
pub fn ne(&self, other: &MediaMetadata) -> bool[src]
impl StructuralPartialEq for MediaMetadata[src]
Auto Trait Implementations
impl RefUnwindSafe for MediaMetadata[src]
impl Send for MediaMetadata[src]
impl Sync for MediaMetadata[src]
impl Unpin for MediaMetadata[src]
impl UnwindSafe for MediaMetadata[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,