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