pub struct TargetTextParams(/* private fields */);Trait Implementations§
Source§impl Clone for TargetTextParams
impl Clone for TargetTextParams
Source§fn clone(&self) -> TargetTextParams
fn clone(&self) -> TargetTextParams
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 TargetTextParams
impl Debug for TargetTextParams
Source§impl Hash for TargetTextParams
impl Hash for TargetTextParams
Source§impl Ord for TargetTextParams
impl Ord for TargetTextParams
Source§fn cmp(&self, other: &TargetTextParams) -> Ordering
fn cmp(&self, other: &TargetTextParams) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for TargetTextParams
impl<'a> Parse<'a> for TargetTextParams
Source§impl PartialEq for TargetTextParams
impl PartialEq for TargetTextParams
Source§impl PartialOrd for TargetTextParams
impl PartialOrd for TargetTextParams
Source§impl<'a> Peek<'a> for TargetTextParams
impl<'a> Peek<'a> for TargetTextParams
Source§impl ToCursors for TargetTextParams
impl ToCursors for TargetTextParams
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for TargetTextParams
impl StructuralPartialEq for TargetTextParams
Auto Trait Implementations§
impl Freeze for TargetTextParams
impl RefUnwindSafe for TargetTextParams
impl Send for TargetTextParams
impl Sync for TargetTextParams
impl Unpin for TargetTextParams
impl UnwindSafe for TargetTextParams
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