pub struct ContentServiceReadContent;Trait Implementations§
Source§impl Rpc for ContentServiceReadContent
impl Rpc for ContentServiceReadContent
const METHOD: &'static MethodDescriptor
type Request = ReadContentRequest
type Response = ContentEvent
impl ServerStreamingRpc for ContentServiceReadContent
Auto Trait Implementations§
impl Freeze for ContentServiceReadContent
impl RefUnwindSafe for ContentServiceReadContent
impl Send for ContentServiceReadContent
impl Sync for ContentServiceReadContent
impl Unpin for ContentServiceReadContent
impl UnsafeUnpin for ContentServiceReadContent
impl UnwindSafe for ContentServiceReadContent
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