Struct ferrite_session::internal::public::base::SharedChannel    
source · [−]pub struct SharedChannel<S> where
    S: SharedProtocol,  { /* private fields */ }Trait Implementations
sourceimpl<S> Clone for SharedChannel<S> where
    S: SharedProtocol, 
 
impl<S> Clone for SharedChannel<S> where
    S: SharedProtocol, 
sourceimpl<'a, A> Deserialize<'a> for SharedChannel<A> where
    A: SharedProtocol + ForwardChannel, 
 
impl<'a, A> Deserialize<'a> for SharedChannel<A> where
    A: SharedProtocol + ForwardChannel, 
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'a>, 
 
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
    D: Deserializer<'a>, 
Deserialize this value from the given Serde deserializer. Read more
sourceimpl<A> Serialize for SharedChannel<A> where
    A: SharedProtocol + ForwardChannel, 
 
impl<A> Serialize for SharedChannel<A> where
    A: SharedProtocol + ForwardChannel, 
Auto Trait Implementations
impl<S> !RefUnwindSafe for SharedChannel<S>
impl<S> Send for SharedChannel<S>
impl<S> Sync for SharedChannel<S>
impl<S> Unpin for SharedChannel<S>
impl<S> !UnwindSafe for SharedChannel<S>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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
sourceimpl<T> ToOwned for T where
    T: Clone, 
 
impl<T> ToOwned for T where
    T: Clone, 
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
 
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more