pub struct DocumentFileId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for DocumentFileId
impl Clone for DocumentFileId
Source§fn clone(&self) -> DocumentFileId
fn clone(&self) -> DocumentFileId
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 moreimpl Copy for DocumentFileId
Source§impl Debug for DocumentFileId
impl Debug for DocumentFileId
impl Eq for DocumentFileId
Source§impl Hash for DocumentFileId
impl Hash for DocumentFileId
Source§impl PartialEq for DocumentFileId
impl PartialEq for DocumentFileId
Source§fn eq(&self, other: &DocumentFileId) -> bool
fn eq(&self, other: &DocumentFileId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DocumentFileId
Auto Trait Implementations§
impl Freeze for DocumentFileId
impl RefUnwindSafe for DocumentFileId
impl Send for DocumentFileId
impl Sync for DocumentFileId
impl Unpin for DocumentFileId
impl UnsafeUnpin for DocumentFileId
impl UnwindSafe for DocumentFileId
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