pub enum ShowDocument {}
Expand description
The show document request is sent from a server to a client to ask the client to display a particular document in the user interface.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShowDocument
impl RefUnwindSafe for ShowDocument
impl Send for ShowDocument
impl Sync for ShowDocument
impl Unpin for ShowDocument
impl UnwindSafe for ShowDocument
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