pub struct PublicId;Expand description
Helper to mask internal Database UUIDs (e.g. UUIDv7) into Public IDs for the Frontend.
Implementations§
Auto Trait Implementations§
impl Freeze for PublicId
impl RefUnwindSafe for PublicId
impl Send for PublicId
impl Sync for PublicId
impl Unpin for PublicId
impl UnsafeUnpin for PublicId
impl UnwindSafe for PublicId
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