pub struct KllGroups<'a> { /* private fields */ }
Implementations§
Source§impl<'a> KllGroups<'a>
impl<'a> KllGroups<'a>
pub fn new( filestore: &'a Filestore, config: &[PathBuf], base: &[PathBuf], default: &[PathBuf], partials: &[PathBuf], ) -> Self
pub fn config(&self) -> KllState<'a>
pub fn basemap(&self) -> KllState<'a>
pub fn defaultmap(&self) -> KllState<'a>
pub fn partialmaps(&self) -> Vec<KllState<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for KllGroups<'a>
impl<'a> RefUnwindSafe for KllGroups<'a>
impl<'a> Send for KllGroups<'a>
impl<'a> Sync for KllGroups<'a>
impl<'a> Unpin for KllGroups<'a>
impl<'a> UnwindSafe for KllGroups<'a>
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