pub enum PathItemType {
Static,
Dynamic,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathItemType
impl RefUnwindSafe for PathItemType
impl Send for PathItemType
impl Sync for PathItemType
impl Unpin for PathItemType
impl UnwindSafe for PathItemType
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