pub struct PieceTableEntry { /* private fields */ }
Trait Implementations§
Source§impl Clone for PieceTableEntry
impl Clone for PieceTableEntry
Source§fn clone(&self) -> PieceTableEntry
fn clone(&self) -> PieceTableEntry
Returns a copy 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 PieceTableEntry
impl Debug for PieceTableEntry
Source§impl PartialEq for PieceTableEntry
impl PartialEq for PieceTableEntry
impl Copy for PieceTableEntry
Auto Trait Implementations§
impl Freeze for PieceTableEntry
impl RefUnwindSafe for PieceTableEntry
impl Send for PieceTableEntry
impl Sync for PieceTableEntry
impl Unpin for PieceTableEntry
impl UnwindSafe for PieceTableEntry
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