pub enum Standalone {
Yes,
No,
}
Variants§
Trait Implementations§
Source§impl Clone for Standalone
impl Clone for Standalone
Source§fn clone(&self) -> Standalone
fn clone(&self) -> Standalone
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 Standalone
impl Debug for Standalone
Source§impl FromStr for Standalone
impl FromStr for Standalone
Source§impl PartialEq for Standalone
impl PartialEq for Standalone
impl Eq for Standalone
impl StructuralPartialEq for Standalone
Auto Trait Implementations§
impl Freeze for Standalone
impl RefUnwindSafe for Standalone
impl Send for Standalone
impl Sync for Standalone
impl Unpin for Standalone
impl UnwindSafe for Standalone
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