Struct hydrate_pipeline::ImporterId
source · pub struct ImporterId(pub Uuid);
Tuple Fields§
§0: Uuid
Trait Implementations§
source§impl Clone for ImporterId
impl Clone for ImporterId
source§fn clone(&self) -> ImporterId
fn clone(&self) -> ImporterId
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 ImporterId
impl Debug for ImporterId
source§impl Hash for ImporterId
impl Hash for ImporterId
source§impl PartialEq for ImporterId
impl PartialEq for ImporterId
source§fn eq(&self, other: &ImporterId) -> bool
fn eq(&self, other: &ImporterId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ImporterId
impl Eq for ImporterId
impl StructuralPartialEq for ImporterId
Auto Trait Implementations§
impl RefUnwindSafe for ImporterId
impl Send for ImporterId
impl Sync for ImporterId
impl Unpin for ImporterId
impl UnwindSafe for ImporterId
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