pub struct MapDefinition {
pub name: Option<BString>,
pub schema: MapSchema,
}Fields§
§name: Option<BString>§schema: MapSchemaImplementations§
Trait Implementations§
Source§impl Debug for MapDefinition
impl Debug for MapDefinition
Source§impl PartialEq for MapDefinition
impl PartialEq for MapDefinition
Source§fn eq(&self, other: &MapDefinition) -> bool
fn eq(&self, other: &MapDefinition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MapDefinition
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