pub enum UseType {
Read,
Write,
Escape,
FunctionArg,
InLoop,
InCondition,
}Variants§
Trait Implementations§
impl StructuralPartialEq for UseType
Auto Trait Implementations§
impl Freeze for UseType
impl RefUnwindSafe for UseType
impl Send for UseType
impl Sync for UseType
impl Unpin for UseType
impl UnwindSafe for UseType
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