Struct common::autogen::transaction::ToClient
source · pub struct ToClient<U> {
pub u: U,
}Fields
u: UImplementations
sourceimpl<U: Server + 'static> ToClient<U>
impl<U: Server + 'static> ToClient<U>
pub fn new(u: U) -> ToClient<U>
pub fn from_server<_T: ServerHook>(self) -> Client
👎Deprecated since 0.9.2: use into_client()
pub fn into_client<_T: ServerHook>(self) -> Client
Auto Trait Implementations
impl<U> RefUnwindSafe for ToClient<U>where
U: RefUnwindSafe,
impl<U> Send for ToClient<U>where
U: Send,
impl<U> Sync for ToClient<U>where
U: Sync,
impl<U> Unpin for ToClient<U>where
U: Unpin,
impl<U> UnwindSafe for ToClient<U>where
U: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more