pub struct GridExportPayload {
pub filename: String,
pub mime_type: String,
pub contents: String,
}Fields§
§filename: String§mime_type: String§contents: StringTrait Implementations§
Source§impl Clone for GridExportPayload
impl Clone for GridExportPayload
Source§fn clone(&self) -> GridExportPayload
fn clone(&self) -> GridExportPayload
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 moreSource§impl Debug for GridExportPayload
impl Debug for GridExportPayload
Source§impl PartialEq for GridExportPayload
impl PartialEq for GridExportPayload
impl Eq for GridExportPayload
impl StructuralPartialEq for GridExportPayload
Auto Trait Implementations§
impl Freeze for GridExportPayload
impl RefUnwindSafe for GridExportPayload
impl Send for GridExportPayload
impl Sync for GridExportPayload
impl Unpin for GridExportPayload
impl UnsafeUnpin for GridExportPayload
impl UnwindSafe for GridExportPayload
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