pub struct ConfigString<'l> {
pub kind: StringKind<'l>,
pub span: Span,
}Fields§
§kind: StringKind<'l>§span: SpanImplementations§
Source§impl<'l> ConfigString<'l>
impl<'l> ConfigString<'l>
Trait Implementations§
Source§impl<'l> Clone for ConfigString<'l>
impl<'l> Clone for ConfigString<'l>
Source§fn clone(&self) -> ConfigString<'l>
fn clone(&self) -> ConfigString<'l>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'l> Debug for ConfigString<'l>
impl<'l> Debug for ConfigString<'l>
impl<'l> Copy for ConfigString<'l>
Auto Trait Implementations§
impl<'l> Freeze for ConfigString<'l>
impl<'l> RefUnwindSafe for ConfigString<'l>
impl<'l> Send for ConfigString<'l>
impl<'l> Sync for ConfigString<'l>
impl<'l> Unpin for ConfigString<'l>
impl<'l> UnwindSafe for ConfigString<'l>
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