pub enum Transp {
Transparent,
Opaque,
}Expand description
RFC 5545 §3.8.2.7 TRANSP — time-transparency for free/busy lookups.
Variants§
Implementations§
Trait Implementations§
impl Copy for Transp
impl Eq for Transp
impl StructuralPartialEq for Transp
Auto Trait Implementations§
impl Freeze for Transp
impl RefUnwindSafe for Transp
impl Send for Transp
impl Sync for Transp
impl Unpin for Transp
impl UnsafeUnpin for Transp
impl UnwindSafe for Transp
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