Struct spreadsheet_ods::metadata::MetaAutoReload
source · pub struct MetaAutoReload {
pub delay: Option<Duration>,
pub actuate: Option<XLinkActuate>,
pub href: Option<String>,
pub show: Option<XLinkShow>,
pub link_type: Option<XLinkType>,
}Expand description
Specifies whether a document is reloaded or replaced by another document after a specified period of time has elapsed.
Fields§
§delay: Option<Duration>The meta:delay attribute specifies a reload delay.
actuate: Option<XLinkActuate>See XLink
href: Option<String>See XLink
show: Option<XLinkShow>See XLink
link_type: Option<XLinkType>See XLink
Implementations§
Trait Implementations§
source§impl Clone for MetaAutoReload
impl Clone for MetaAutoReload
source§fn clone(&self) -> MetaAutoReload
fn clone(&self) -> MetaAutoReload
Returns a copy 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 MetaAutoReload
impl Debug for MetaAutoReload
source§impl Default for MetaAutoReload
impl Default for MetaAutoReload
source§fn default() -> MetaAutoReload
fn default() -> MetaAutoReload
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MetaAutoReload
impl Send for MetaAutoReload
impl Sync for MetaAutoReload
impl Unpin for MetaAutoReload
impl UnwindSafe for MetaAutoReload
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