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