pub struct CommentReference {
pub start: u64,
}Fields§
§start: u64Trait Implementations§
source§impl Clone for CommentReference
impl Clone for CommentReference
source§fn clone(&self) -> CommentReference
fn clone(&self) -> CommentReference
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 CoreArrayProvider for CommentReference
impl CoreArrayProvider for CommentReference
source§impl Debug for CommentReference
impl Debug for CommentReference
source§impl From<u64> for CommentReference
impl From<u64> for CommentReference
source§impl Hash for CommentReference
impl Hash for CommentReference
source§impl PartialEq for CommentReference
impl PartialEq for CommentReference
impl Copy for CommentReference
impl Eq for CommentReference
impl StructuralPartialEq for CommentReference
Auto Trait Implementations§
impl Freeze for CommentReference
impl RefUnwindSafe for CommentReference
impl Send for CommentReference
impl Sync for CommentReference
impl Unpin for CommentReference
impl UnwindSafe for CommentReference
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