pub enum LocationParamKeys {
Dir,
NarHash,
Host,
Ref,
Rev,
Branch,
Submodules,
Shallow,
Arbitrary(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocationParamKeys
impl RefUnwindSafe for LocationParamKeys
impl Send for LocationParamKeys
impl Sync for LocationParamKeys
impl Unpin for LocationParamKeys
impl UnwindSafe for LocationParamKeys
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