pub struct OgrSourceTimeFormatAuto {
pub format: Format,
}Fields§
§format: FormatImplementations§
Source§impl OgrSourceTimeFormatAuto
impl OgrSourceTimeFormatAuto
pub fn new(format: Format) -> OgrSourceTimeFormatAuto
Trait Implementations§
Source§impl Clone for OgrSourceTimeFormatAuto
impl Clone for OgrSourceTimeFormatAuto
Source§fn clone(&self) -> OgrSourceTimeFormatAuto
fn clone(&self) -> OgrSourceTimeFormatAuto
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 OgrSourceTimeFormatAuto
impl Debug for OgrSourceTimeFormatAuto
Source§impl Default for OgrSourceTimeFormatAuto
impl Default for OgrSourceTimeFormatAuto
Source§fn default() -> OgrSourceTimeFormatAuto
fn default() -> OgrSourceTimeFormatAuto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OgrSourceTimeFormatAuto
impl<'de> Deserialize<'de> for OgrSourceTimeFormatAuto
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
Source§impl PartialEq for OgrSourceTimeFormatAuto
impl PartialEq for OgrSourceTimeFormatAuto
Source§impl Serialize for OgrSourceTimeFormatAuto
impl Serialize for OgrSourceTimeFormatAuto
impl StructuralPartialEq for OgrSourceTimeFormatAuto
Auto Trait Implementations§
impl Freeze for OgrSourceTimeFormatAuto
impl RefUnwindSafe for OgrSourceTimeFormatAuto
impl Send for OgrSourceTimeFormatAuto
impl Sync for OgrSourceTimeFormatAuto
impl Unpin for OgrSourceTimeFormatAuto
impl UnsafeUnpin for OgrSourceTimeFormatAuto
impl UnwindSafe for OgrSourceTimeFormatAuto
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