pub struct UserFixture { /* private fields */ }Expand description
User fixture builder
Implementations§
Trait Implementations§
Source§impl Default for UserFixture
impl Default for UserFixture
Source§fn default() -> UserFixture
fn default() -> UserFixture
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UserFixture
impl RefUnwindSafe for UserFixture
impl Send for UserFixture
impl Sync for UserFixture
impl Unpin for UserFixture
impl UnsafeUnpin for UserFixture
impl UnwindSafe for UserFixture
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