pub struct Uuid(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Uuid
impl<'de> Deserialize<'de> for Uuid
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
impl CoercesTo<Option<Option<UUID>>> for Uuid
impl CoercesTo<Option<UUID>> for Uuid
impl CoercesTo<Option<Vec<Option<UUID>>>> for Uuid
impl CoercesTo<Option<Vec<UUID>>> for Uuid
impl CoercesTo<Vec<UUID>> for Uuid
impl CoercesTo<Vec<Vec<UUID>>> for Uuid
Auto Trait Implementations§
impl Freeze for Uuid
impl RefUnwindSafe for Uuid
impl Send for Uuid
impl Sync for Uuid
impl Unpin for Uuid
impl UnwindSafe for Uuid
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