pub struct PicsGenerator<'a> { /* private fields */ }Expand description
Generates a Pics document from an ObjectDatabase and configuration.
Implementations§
Source§impl<'a> PicsGenerator<'a>
impl<'a> PicsGenerator<'a>
pub fn new( db: &'a ObjectDatabase, server_config: &'a ServerConfig, pics_config: &'a PicsConfig, ) -> Self
Auto Trait Implementations§
impl<'a> Freeze for PicsGenerator<'a>
impl<'a> !RefUnwindSafe for PicsGenerator<'a>
impl<'a> Send for PicsGenerator<'a>
impl<'a> Sync for PicsGenerator<'a>
impl<'a> Unpin for PicsGenerator<'a>
impl<'a> UnsafeUnpin for PicsGenerator<'a>
impl<'a> !UnwindSafe for PicsGenerator<'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