pub struct StringLoader { /* private fields */ }Implementations§
Trait Implementations§
Source§impl InputLoader for StringLoader
impl InputLoader 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 UnsafeUnpin 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