pub struct OpenSnapshotStream;
Trait Implementations§
Source§impl Service for OpenSnapshotStream
impl Service for OpenSnapshotStream
type Request = OpenSnapshotStreamRequest
type Response = OpenSnapshotStreamResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for OpenSnapshotStream
impl RefUnwindSafe for OpenSnapshotStream
impl Send for OpenSnapshotStream
impl Sync for OpenSnapshotStream
impl Unpin for OpenSnapshotStream
impl UnwindSafe for OpenSnapshotStream
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