pub struct FixtureRegistrationMetadata {
pub id: String,
pub title: &'static str,
pub docs: &'static str,
pub declaration: &'static str,
pub source: &'static str,
pub line: u32,
}Fields§
§id: String§title: &'static str§docs: &'static str§declaration: &'static str§source: &'static str§line: u32Auto Trait Implementations§
impl Freeze for FixtureRegistrationMetadata
impl RefUnwindSafe for FixtureRegistrationMetadata
impl Send for FixtureRegistrationMetadata
impl Sync for FixtureRegistrationMetadata
impl Unpin for FixtureRegistrationMetadata
impl UnsafeUnpin for FixtureRegistrationMetadata
impl UnwindSafe for FixtureRegistrationMetadata
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