pub struct isUserConfigurationRepository;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for isUserConfigurationRepository
impl RefUnwindSafe for isUserConfigurationRepository
impl Send for isUserConfigurationRepository
impl Sync for isUserConfigurationRepository
impl Unpin for isUserConfigurationRepository
impl UnwindSafe for isUserConfigurationRepository
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