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