pub struct ImageStyleId(pub Uuid);
Expand description
Wrapper type around [Uuid
], represents ImageStyle::id
.
Tuple Fields§
§0: Uuid
Implementations§
Trait Implementations§
Source§impl Clone for ImageStyleId
impl Clone for ImageStyleId
Source§fn clone(&self) -> ImageStyleId
fn clone(&self) -> ImageStyleId
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 ImageStyleId
impl Debug for ImageStyleId
Source§impl<'de> Deserialize<'de> for ImageStyleId
impl<'de> Deserialize<'de> for ImageStyleId
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 ImageStyleId
impl Display for ImageStyleId
Source§impl From<ImageStyleId> for Uuid
impl From<ImageStyleId> for Uuid
Source§fn from(t: ImageStyleId) -> Self
fn from(t: ImageStyleId) -> Self
Converts to this type from the input type.
Source§impl FromStr for ImageStyleId
impl FromStr for ImageStyleId
Source§impl Hash for ImageStyleId
impl Hash for ImageStyleId
Source§impl PartialEq for ImageStyleId
impl PartialEq for ImageStyleId
Source§impl PathPart for ImageStyleId
impl PathPart for ImageStyleId
Source§fn get_path_string(&self) -> String
fn get_path_string(&self) -> String
string value to replace placeholder with
Source§impl Serialize for ImageStyleId
impl Serialize for ImageStyleId
impl Copy for ImageStyleId
impl Eq for ImageStyleId
impl StructuralPartialEq for ImageStyleId
Auto Trait Implementations§
impl Freeze for ImageStyleId
impl RefUnwindSafe for ImageStyleId
impl Send for ImageStyleId
impl Sync for ImageStyleId
impl Unpin for ImageStyleId
impl UnwindSafe for ImageStyleId
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