pub struct PosixFooter { /* private fields */ }Implementations§
pub fn fixed(designation: impl Into<String>, offset_seconds: i32) -> Self
pub fn daylight_saving( standard_designation: impl Into<String>, standard_offset_seconds: i32, daylight_designation: impl Into<String>, daylight_offset_seconds: i32, start: PosixTransitionRule, end: PosixTransitionRule, ) -> Self
pub const fn start_time(self, time: PosixTransitionTime) -> Self
pub const fn end_time(self, time: PosixTransitionTime) -> Self
Trait Implementations§
Source§fn clone(&self) -> PosixFooter
fn clone(&self) -> PosixFooter
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 moreAuto Trait Implementations§
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