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