pub enum InternalType {
Core,
Optional,
}
Variants§
Trait Implementations§
Source§impl Debug for InternalType
impl Debug for InternalType
Auto Trait Implementations§
impl Freeze for InternalType
impl RefUnwindSafe for InternalType
impl Send for InternalType
impl Sync for InternalType
impl Unpin for InternalType
impl UnwindSafe for InternalType
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