pub struct SERV { /* private fields */ }Expand description
Global entrypoint of the TT service.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SERV
impl RefUnwindSafe for SERV
impl Send for SERV
impl Sync for SERV
impl Unpin for SERV
impl UnwindSafe for SERV
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