pub struct SourceTextV1(/* private fields */);Expand description
Bounded source text safe for the raw-facts surface.
Implementations§
Source§impl SourceTextV1
impl SourceTextV1
Trait Implementations§
Source§impl Clone for SourceTextV1
impl Clone for SourceTextV1
Source§fn clone(&self) -> SourceTextV1
fn clone(&self) -> SourceTextV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SourceTextV1
impl Debug for SourceTextV1
impl Eq for SourceTextV1
Source§impl Hash for SourceTextV1
impl Hash for SourceTextV1
Source§impl Ord for SourceTextV1
impl Ord for SourceTextV1
Source§fn cmp(&self, other: &SourceTextV1) -> Ordering
fn cmp(&self, other: &SourceTextV1) -> Ordering
1.21.0 (const: unstable) · 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 PartialEq for SourceTextV1
impl PartialEq for SourceTextV1
Source§impl PartialOrd for SourceTextV1
impl PartialOrd for SourceTextV1
impl StructuralPartialEq for SourceTextV1
Auto Trait Implementations§
impl Freeze for SourceTextV1
impl RefUnwindSafe for SourceTextV1
impl Send for SourceTextV1
impl Sync for SourceTextV1
impl Unpin for SourceTextV1
impl UnsafeUnpin for SourceTextV1
impl UnwindSafe for SourceTextV1
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