Struct postcard_bindgen_core::registry::StructFields
source · pub struct StructFields(_);Implementations§
source§impl StructFields
impl StructFields
pub fn register_field<T: GenJsBinding>(&mut self, name: &'static str)
Trait Implementations§
source§impl Debug for StructFields
impl Debug for StructFields
source§impl Default for StructFields
impl Default for StructFields
source§fn default() -> StructFields
fn default() -> StructFields
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for StructFields
impl Send for StructFields
impl Sync for StructFields
impl Unpin for StructFields
impl UnwindSafe for StructFields
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