pub struct UnquotedArgument {
pub text: String,
pub range: TextRange,
}Fields§
§text: String§range: TextRangeTrait Implementations§
Source§impl Clone for UnquotedArgument
impl Clone for UnquotedArgument
Source§fn clone(&self) -> UnquotedArgument
fn clone(&self) -> UnquotedArgument
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 Debug for UnquotedArgument
impl Debug for UnquotedArgument
Source§impl PartialEq for UnquotedArgument
impl PartialEq for UnquotedArgument
impl Eq for UnquotedArgument
impl StructuralPartialEq for UnquotedArgument
Auto Trait Implementations§
impl Freeze for UnquotedArgument
impl RefUnwindSafe for UnquotedArgument
impl Send for UnquotedArgument
impl Sync for UnquotedArgument
impl Unpin for UnquotedArgument
impl UnsafeUnpin for UnquotedArgument
impl UnwindSafe for UnquotedArgument
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