Struct postcard::experimental::schema::NamedType
source · pub struct NamedType {
pub name: &'static str,
pub ty: &'static SdmTy,
}
Expand description
A data type - e.g. a custom struct Foo{ ... }
type
Fields§
§name: &'static str
The name of this type
ty: &'static SdmTy
The type
Trait Implementations§
impl Eq for NamedType
impl StructuralPartialEq for NamedType
Auto Trait Implementations§
impl Freeze for NamedType
impl RefUnwindSafe for NamedType
impl Send for NamedType
impl Sync for NamedType
impl Unpin for NamedType
impl UnwindSafe for NamedType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)