Struct rustc_utils::test_utils::StringLoader
source · pub struct StringLoader(pub String);
Available on crate feature
test
only.Tuple Fields§
§0: String
Trait Implementations§
source§impl FileLoader for StringLoader
impl FileLoader for StringLoader
Auto Trait Implementations§
impl Freeze for StringLoader
impl RefUnwindSafe for StringLoader
impl Send for StringLoader
impl Sync for StringLoader
impl Unpin for StringLoader
impl UnwindSafe for StringLoader
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