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