pub struct SchemaFixture {
pub provider: &'static str,
pub version: &'static str,
/* private fields */
}Fields§
§provider: &'static str§version: &'static strImplementations§
Source§impl SchemaFixture
impl SchemaFixture
Auto Trait Implementations§
impl Freeze for SchemaFixture
impl RefUnwindSafe for SchemaFixture
impl Send for SchemaFixture
impl Sync for SchemaFixture
impl Unpin for SchemaFixture
impl UnsafeUnpin for SchemaFixture
impl UnwindSafe for SchemaFixture
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