Enum libconfig_rs::ArrayType
source · [−]pub enum ArrayType {
Array,
List,
}Variants
Array
List
Trait Implementations
sourceimpl PartialEq<ArrayType> for ArrayType
impl PartialEq<ArrayType> for ArrayType
impl StructuralPartialEq for ArrayType
Auto Trait Implementations
impl RefUnwindSafe for ArrayType
impl Send for ArrayType
impl Sync for ArrayType
impl Unpin for ArrayType
impl UnwindSafe for ArrayType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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