pub struct ScalarId(/* private fields */);Expand description
Represents the unique identifier for a scalar type based on its fully qualified name.
Trait Implementations§
impl Copy for ScalarId
impl Eq for ScalarId
impl StructuralPartialEq for ScalarId
Auto Trait Implementations§
impl Freeze for ScalarId
impl RefUnwindSafe for ScalarId
impl Send for ScalarId
impl Sync for ScalarId
impl Unpin for ScalarId
impl UnwindSafe for ScalarId
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