pub struct RemoteDocument {
pub file: RemoteFile,
pub window: RemoteWindow,
pub selection: ReadSelection,
pub connection: Option<ConnectionLease>,
pub return_to: Option<ReturnPoint>,
/* private fields */
}Fields§
§file: RemoteFile§window: RemoteWindow§selection: ReadSelection§connection: Option<ConnectionLease>§return_to: Option<ReturnPoint>Trait Implementations§
Source§impl Clone for RemoteDocument
impl Clone for RemoteDocument
Source§fn clone(&self) -> RemoteDocument
fn clone(&self) -> RemoteDocument
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for RemoteDocument
impl !UnwindSafe for RemoteDocument
impl Freeze for RemoteDocument
impl Send for RemoteDocument
impl Sync for RemoteDocument
impl Unpin for RemoteDocument
impl UnsafeUnpin for RemoteDocument
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