pub struct ProfileSection { /* private fields */ }Implementations§
Source§impl ProfileSection
impl ProfileSection
pub fn new(profile_manager: Arc<ProfileManager>) -> Self
Trait Implementations§
Source§impl PromptSection for ProfileSection
impl PromptSection for ProfileSection
Auto Trait Implementations§
impl Freeze for ProfileSection
impl RefUnwindSafe for ProfileSection
impl Send for ProfileSection
impl Sync for ProfileSection
impl Unpin for ProfileSection
impl UnsafeUnpin for ProfileSection
impl UnwindSafe for ProfileSection
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