pub struct HexString {}
Trait Implementations§
source§impl IsScalar<HexString> for HexString
impl IsScalar<HexString> for HexString
§type SchemaType = HexString
type SchemaType = HexString
The schema marker type this scalar represents.
impl CoercesTo<HexString> for HexString
Auto Trait Implementations§
impl RefUnwindSafe for HexString
impl Send for HexString
impl Sync for HexString
impl Unpin for HexString
impl UnwindSafe for HexString
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