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