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