pub struct ReflectSerializedPayloadSchema { /* private fields */ }Expand description
Reflected type metadata for SerializedPayloadSchema.
Implementations§
Trait Implementations§
Source§impl Clone for ReflectSerializedPayloadSchema
impl Clone for ReflectSerializedPayloadSchema
Source§fn clone(&self) -> ReflectSerializedPayloadSchema
fn clone(&self) -> ReflectSerializedPayloadSchema
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReflectSerializedPayloadSchema
Auto Trait Implementations§
impl Freeze for ReflectSerializedPayloadSchema
impl RefUnwindSafe for ReflectSerializedPayloadSchema
impl Send for ReflectSerializedPayloadSchema
impl Sync for ReflectSerializedPayloadSchema
impl Unpin for ReflectSerializedPayloadSchema
impl UnsafeUnpin for ReflectSerializedPayloadSchema
impl UnwindSafe for ReflectSerializedPayloadSchema
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