Enum ikal::TimeTransparency
source · 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 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 TimeTransparency
impl Debug for TimeTransparency
source§impl FromStr for TimeTransparency
impl FromStr for TimeTransparency
source§impl PartialEq for TimeTransparency
impl PartialEq for TimeTransparency
source§fn eq(&self, other: &TimeTransparency) -> bool
fn eq(&self, other: &TimeTransparency) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)