Enum castle_api::types::FieldKind
source · [−]pub enum FieldKind {
Object(HashMap<Box<str, Global>, Field, RandomState>),
List(HashMap<Box<str, Global>, Field, RandomState>),
Field,
}Variants
Object(HashMap<Box<str, Global>, Field, RandomState>)
List(HashMap<Box<str, Global>, Field, RandomState>)
Field
Trait Implementations
impl StructuralPartialEq for FieldKind
Auto Trait Implementations
impl RefUnwindSafe for FieldKind
impl Send for FieldKind
impl Sync for FieldKind
impl Unpin for FieldKind
impl UnwindSafe for FieldKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more