pub struct MapDefinition {
pub name: Option<BString>,
pub schema: MapSchema,
}Fields§
§name: Option<BString>§schema: MapSchemaImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapDefinition
impl RefUnwindSafe for MapDefinition
impl Send for MapDefinition
impl Sync for MapDefinition
impl Unpin for MapDefinition
impl UnsafeUnpin for MapDefinition
impl UnwindSafe for MapDefinition
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