pub struct StringSource {
pub name: Option<String>,
pub line: u32,
pub col: u32,
/* private fields */
}Fields§
§name: Option<String>§line: u32§col: u32Implementations§
Trait Implementations§
Source§impl Debug for StringSource
impl Debug for StringSource
Source§impl From<String> for StringSource
impl From<String> for StringSource
Auto Trait Implementations§
impl Freeze for StringSource
impl RefUnwindSafe for StringSource
impl Send for StringSource
impl Sync for StringSource
impl Unpin for StringSource
impl UnwindSafe for StringSource
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