pub struct Remote<T: TxnT> {
pub remote: T::Remote,
pub rev: T::Revremote,
pub states: T::Remotestates,
pub id_rev: L64,
pub tags: T::Tags,
pub path: SmallString,
}Fields§
§remote: T::Remote§rev: T::Revremote§states: T::Remotestates§id_rev: L64§path: SmallStringAuto Trait Implementations§
impl<T> Freeze for Remote<T>
impl<T> RefUnwindSafe for Remote<T>where
<T as TxnT>::Remote: RefUnwindSafe,
<T as TxnT>::Revremote: RefUnwindSafe,
<T as TxnT>::Remotestates: RefUnwindSafe,
<T as ChannelTxnT>::Tags: RefUnwindSafe,
impl<T> Send for Remote<T>
impl<T> Sync for Remote<T>
impl<T> Unpin for Remote<T>
impl<T> UnsafeUnpin for Remote<T>where
<T as TxnT>::Remote: UnsafeUnpin,
<T as TxnT>::Revremote: UnsafeUnpin,
<T as TxnT>::Remotestates: UnsafeUnpin,
<T as ChannelTxnT>::Tags: UnsafeUnpin,
impl<T> UnwindSafe for Remote<T>where
<T as TxnT>::Remote: UnwindSafe,
<T as TxnT>::Revremote: UnwindSafe,
<T as TxnT>::Remotestates: UnwindSafe,
<T as ChannelTxnT>::Tags: UnwindSafe,
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