pub enum PrivateSource {
Standard,
Traceable,
}Expand description
Private source with optional traceable flag.
Variants§
Trait Implementations§
Source§impl Clone for PrivateSource
impl Clone for PrivateSource
Source§fn clone(&self) -> PrivateSource
fn clone(&self) -> PrivateSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PrivateSource
Source§impl Debug for PrivateSource
impl Debug for PrivateSource
impl Eq for PrivateSource
Source§impl From<PrivateSource> for ReferenceClock
impl From<PrivateSource> for ReferenceClock
Source§fn from(private_src: PrivateSource) -> Self
fn from(private_src: PrivateSource) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PrivateSource
impl PartialEq for PrivateSource
impl StructuralPartialEq for PrivateSource
Auto Trait Implementations§
impl Freeze for PrivateSource
impl RefUnwindSafe for PrivateSource
impl Send for PrivateSource
impl Sync for PrivateSource
impl Unpin for PrivateSource
impl UnsafeUnpin for PrivateSource
impl UnwindSafe for PrivateSource
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