pub enum RepresentativeImageType {
ImageObjectV2,
MediaObjectV2,
CreativeWorkV2,
ThingV2,
Thing,
}Variants§
Trait Implementations§
Source§impl Clone for RepresentativeImageType
impl Clone for RepresentativeImageType
Source§fn clone(&self) -> RepresentativeImageType
fn clone(&self) -> RepresentativeImageType
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 RepresentativeImageType
impl Debug for RepresentativeImageType
Source§impl PartialEq for RepresentativeImageType
impl PartialEq for RepresentativeImageType
impl StructuralPartialEq for RepresentativeImageType
Auto Trait Implementations§
impl Freeze for RepresentativeImageType
impl RefUnwindSafe for RepresentativeImageType
impl Send for RepresentativeImageType
impl Sync for RepresentativeImageType
impl Unpin for RepresentativeImageType
impl UnwindSafe for RepresentativeImageType
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