pub enum ExportScope {
Merged,
Global,
Project,
Custom,
}Expand description
What scope to export.
Variants§
Merged
Export the merged result.
Global
Export only the global config.
Project
Export only the project config.
Custom
Export only the custom config (from –config / OPENCODE_CONFIG).
Trait Implementations§
Source§impl Clone for ExportScope
impl Clone for ExportScope
Source§fn clone(&self) -> ExportScope
fn clone(&self) -> ExportScope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExportScope
impl Debug for ExportScope
Source§impl PartialEq for ExportScope
impl PartialEq for ExportScope
impl Copy for ExportScope
impl Eq for ExportScope
impl StructuralPartialEq for ExportScope
Auto Trait Implementations§
impl Freeze for ExportScope
impl RefUnwindSafe for ExportScope
impl Send for ExportScope
impl Sync for ExportScope
impl Unpin for ExportScope
impl UnsafeUnpin for ExportScope
impl UnwindSafe for ExportScope
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.