pub struct UseXsltwhenSaving {
pub val: Option<bool>,
}
Fields§
§val: Option<bool>
Trait Implementations§
Source§impl Clone for UseXsltwhenSaving
impl Clone for UseXsltwhenSaving
Source§fn clone(&self) -> UseXsltwhenSaving
fn clone(&self) -> UseXsltwhenSaving
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 UseXsltwhenSaving
impl Debug for UseXsltwhenSaving
Source§impl Default for UseXsltwhenSaving
impl Default for UseXsltwhenSaving
Source§fn default() -> UseXsltwhenSaving
fn default() -> UseXsltwhenSaving
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for UseXsltwhenSaving
impl<'__input> XmlRead<'__input> for UseXsltwhenSaving
Auto Trait Implementations§
impl Freeze for UseXsltwhenSaving
impl RefUnwindSafe for UseXsltwhenSaving
impl Send for UseXsltwhenSaving
impl Sync for UseXsltwhenSaving
impl Unpin for UseXsltwhenSaving
impl UnwindSafe for UseXsltwhenSaving
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