pub enum StructConsType {
Paren,
Brace,
ConsFn,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for StructConsType
impl Send for StructConsType
impl Sync for StructConsType
impl Unpin for StructConsType
impl UnwindSafe for StructConsType
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