pub struct ConfigRepository;Implementations§
Source§impl ConfigRepository
impl ConfigRepository
pub fn default_select_scope() -> Scope
pub fn group_email_address() -> String
Auto Trait Implementations§
impl Freeze for ConfigRepository
impl RefUnwindSafe for ConfigRepository
impl Send for ConfigRepository
impl Sync for ConfigRepository
impl Unpin for ConfigRepository
impl UnsafeUnpin for ConfigRepository
impl UnwindSafe for ConfigRepository
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