pub enum SpecSource {
Url(Url),
Path(PathBuf),
}Variants§
Trait Implementations§
Source§impl Clone for SpecSource
impl Clone for SpecSource
Source§fn clone(&self) -> SpecSource
fn clone(&self) -> SpecSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SpecSource
impl RefUnwindSafe for SpecSource
impl Send for SpecSource
impl Sync for SpecSource
impl Unpin for SpecSource
impl UnsafeUnpin for SpecSource
impl UnwindSafe for SpecSource
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