pub struct SubjectSource {
pub load_source: LoadSource,
pub index: u8,
}Expand description
A source for a subject for comparison
Fields§
§load_source: LoadSource§index: u8Auto Trait Implementations§
impl Freeze for SubjectSource
impl RefUnwindSafe for SubjectSource
impl Send for SubjectSource
impl Sync for SubjectSource
impl Unpin for SubjectSource
impl UnwindSafe for SubjectSource
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