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