pub struct CommonFixtures;Expand description
Pre-built common test data for quick access.
Implementations§
Source§impl CommonFixtures
impl CommonFixtures
Sourcepub const TEST_EMAIL: &'static str = "test@example.com"
pub const TEST_EMAIL: &'static str = "test@example.com"
A valid email address for testing.
Sourcepub const TEST_PHONE: &'static str = "+1234567890"
pub const TEST_PHONE: &'static str = "+1234567890"
A valid phone number for testing.
Sourcepub const TEST_UUID: &'static str = "550e8400-e29b-41d4-a716-446655440000"
pub const TEST_UUID: &'static str = "550e8400-e29b-41d4-a716-446655440000"
A valid UUID for testing.
Sourcepub const TEST_DATETIME: &'static str = "2025-01-15T10:30:00Z"
pub const TEST_DATETIME: &'static str = "2025-01-15T10:30:00Z"
A valid ISO datetime for testing.
Auto Trait Implementations§
impl Freeze for CommonFixtures
impl RefUnwindSafe for CommonFixtures
impl Send for CommonFixtures
impl Sync for CommonFixtures
impl Unpin for CommonFixtures
impl UnwindSafe for CommonFixtures
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).