pub struct PresetDomain { /* private fields */ }Implementations§
Source§impl PresetDomain
impl PresetDomain
pub fn new(workspace_root: impl AsRef<Path>) -> Self
pub fn list(&self, collections: &[CollectionSummary]) -> Vec<PresetRecord>
Trait Implementations§
Source§impl Clone for PresetDomain
impl Clone for PresetDomain
Source§fn clone(&self) -> PresetDomain
fn clone(&self) -> PresetDomain
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 moreAuto Trait Implementations§
impl Freeze for PresetDomain
impl RefUnwindSafe for PresetDomain
impl Send for PresetDomain
impl Sync for PresetDomain
impl Unpin for PresetDomain
impl UnsafeUnpin for PresetDomain
impl UnwindSafe for PresetDomain
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