pub enum TimeTransparency {
Opaque,
Transparent,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for TimeTransparency
impl Clone for TimeTransparency
Source§fn clone(&self) -> TimeTransparency
fn clone(&self) -> TimeTransparency
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 TimeTransparency
impl Debug for TimeTransparency
Source§impl Display for TimeTransparency
impl Display for TimeTransparency
Source§impl FromStr for TimeTransparency
impl FromStr for TimeTransparency
Source§impl PartialEq for TimeTransparency
impl PartialEq for TimeTransparency
Source§impl Serialize for TimeTransparency
impl Serialize for TimeTransparency
Source§impl TryFrom<&str> for TimeTransparency
impl TryFrom<&str> for TimeTransparency
Source§impl TryFrom<String> for TimeTransparency
impl TryFrom<String> for TimeTransparency
impl Eq for TimeTransparency
impl StructuralPartialEq for TimeTransparency
Auto Trait Implementations§
impl Freeze for TimeTransparency
impl RefUnwindSafe for TimeTransparency
impl Send for TimeTransparency
impl Sync for TimeTransparency
impl Unpin for TimeTransparency
impl UnwindSafe for TimeTransparency
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