pub struct UwuId(/* private fields */);
Implementations§
Source§impl UwuId
impl UwuId
pub fn new() -> Self
pub fn time(&self) -> Result<OffsetDateTime, ComponentRange>
Trait Implementations§
Source§impl Ord for UwuId
impl Ord for UwuId
Source§impl PartialOrd for UwuId
impl PartialOrd for UwuId
impl Copy for UwuId
impl Eq for UwuId
impl StructuralPartialEq for UwuId
Auto Trait Implementations§
impl Freeze for UwuId
impl RefUnwindSafe for UwuId
impl Send for UwuId
impl Sync for UwuId
impl Unpin for UwuId
impl UnwindSafe for UwuId
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