pub struct AutoCommit {
pub content: bool,
pub footer: bool,
}
Fields§
§content: bool
Trait Implementations§
Source§impl Clone for AutoCommit
impl Clone for AutoCommit
Source§fn clone(&self) -> AutoCommit
fn clone(&self) -> AutoCommit
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 AutoCommit
impl Debug for AutoCommit
Source§impl Default for AutoCommit
impl Default for AutoCommit
Source§fn default() -> AutoCommit
fn default() -> AutoCommit
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutoCommit
impl<'de> Deserialize<'de> for AutoCommit
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for AutoCommit
Auto Trait Implementations§
impl Freeze for AutoCommit
impl RefUnwindSafe for AutoCommit
impl Send for AutoCommit
impl Sync for AutoCommit
impl Unpin for AutoCommit
impl UnwindSafe for AutoCommit
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