pub struct CommentRangeEnd { /* private fields */ }
Implementations§
Source§impl CommentRangeEnd
impl CommentRangeEnd
pub fn new(id: usize) -> CommentRangeEnd
Trait Implementations§
Source§impl Clone for CommentRangeEnd
impl Clone for CommentRangeEnd
Source§fn clone(&self) -> CommentRangeEnd
fn clone(&self) -> CommentRangeEnd
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 CommentRangeEnd
impl Debug for CommentRangeEnd
Source§impl PartialEq for CommentRangeEnd
impl PartialEq for CommentRangeEnd
Source§impl Serialize for CommentRangeEnd
impl Serialize for CommentRangeEnd
impl BuildXML for CommentRangeEnd
impl StructuralPartialEq for CommentRangeEnd
Auto Trait Implementations§
impl Freeze for CommentRangeEnd
impl RefUnwindSafe for CommentRangeEnd
impl Send for CommentRangeEnd
impl Sync for CommentRangeEnd
impl Unpin for CommentRangeEnd
impl UnwindSafe for CommentRangeEnd
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