Struct gcs_rsync::sync::ReaderWriter [−][src]
pub struct ReaderWriter<T> { /* fields omitted */ }Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for ReaderWriter<T>
impl<T> Send for ReaderWriter<T> where
T: Send,
impl<T> Sync for ReaderWriter<T> where
T: Sync,
impl<T> Unpin for ReaderWriter<T> where
T: Unpin,
impl<T> !UnwindSafe for ReaderWriter<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more