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