pub struct AppServices { /* private fields */ }Implementations§
Source§impl AppServices
impl AppServices
pub fn new(mcp: Arc<dyn RoleService>) -> Self
Trait Implementations§
Source§impl Clone for AppServices
impl Clone for AppServices
Source§fn clone(&self) -> AppServices
fn clone(&self) -> AppServices
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for AppServices
impl !UnwindSafe for AppServices
impl Freeze for AppServices
impl Send for AppServices
impl Sync for AppServices
impl Unpin for AppServices
impl UnsafeUnpin for AppServices
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