pub struct SchemaMessage {
pub method_id: MethodId,
pub direction: BindingDirection,
pub schemas: CborPayload,
}Fields§
§method_id: MethodIdUnique method identifier the binding applies to.
direction: BindingDirectionWhether the binding applies to request args or responses.
schemas: CborPayloadCBOR-encoded schema payload for this binding.
Trait Implementations§
Source§impl Debug for SchemaMessage
impl Debug for SchemaMessage
Auto Trait Implementations§
impl Freeze for SchemaMessage
impl RefUnwindSafe for SchemaMessage
impl Send for SchemaMessage
impl Sync for SchemaMessage
impl Unpin for SchemaMessage
impl UnsafeUnpin for SchemaMessage
impl UnwindSafe for SchemaMessage
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