Struct modio::types::games::PresentationOption
source · pub struct PresentationOption(/* private fields */);
Expand description
Presentation style used on the mod.io website.
Implementations§
Trait Implementations§
source§impl Clone for PresentationOption
impl Clone for PresentationOption
source§fn clone(&self) -> PresentationOption
fn clone(&self) -> PresentationOption
Returns a copy 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 PresentationOption
impl Debug for PresentationOption
source§impl<'de> Deserialize<'de> for PresentationOption
impl<'de> Deserialize<'de> for PresentationOption
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for PresentationOption
impl Display for PresentationOption
source§impl From<PresentationOption> for u8
impl From<PresentationOption> for u8
source§fn from(value: PresentationOption) -> u8
fn from(value: PresentationOption) -> u8
Converts to this type from the input type.
source§impl From<u8> for PresentationOption
impl From<u8> for PresentationOption
source§impl Hash for PresentationOption
impl Hash for PresentationOption
source§impl PartialEq for PresentationOption
impl PartialEq for PresentationOption
source§fn eq(&self, other: &PresentationOption) -> bool
fn eq(&self, other: &PresentationOption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PresentationOption
impl Eq for PresentationOption
impl StructuralPartialEq for PresentationOption
Auto Trait Implementations§
impl Freeze for PresentationOption
impl RefUnwindSafe for PresentationOption
impl Send for PresentationOption
impl Sync for PresentationOption
impl Unpin for PresentationOption
impl UnwindSafe for PresentationOption
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