pub struct OpenDocumentRequest {
pub file_path: String,
pub mime_type: Option<String>,
pub show_menu: Option<bool>,
}Fields§
§file_path: String§mime_type: Option<String>Trait Implementations§
Source§impl Clone for OpenDocumentRequest
impl Clone for OpenDocumentRequest
Source§fn clone(&self) -> OpenDocumentRequest
fn clone(&self) -> OpenDocumentRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 Freeze for OpenDocumentRequest
impl RefUnwindSafe for OpenDocumentRequest
impl Send for OpenDocumentRequest
impl Sync for OpenDocumentRequest
impl Unpin for OpenDocumentRequest
impl UnsafeUnpin for OpenDocumentRequest
impl UnwindSafe for OpenDocumentRequest
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