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 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 ImporterId
impl Debug for ImporterId
Source§impl Hash for ImporterId
impl Hash for ImporterId
Source§impl PartialEq for ImporterId
impl PartialEq for ImporterId
impl Copy for ImporterId
impl Eq for ImporterId
impl StructuralPartialEq for ImporterId
Auto Trait Implementations§
impl Freeze for ImporterId
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