pub enum StandaloneValue {
Yes,
No,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StandaloneValue
impl Clone for StandaloneValue
Source§fn clone(&self) -> StandaloneValue
fn clone(&self) -> StandaloneValue
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 StandaloneValue
impl Debug for StandaloneValue
Source§impl Default for StandaloneValue
impl Default for StandaloneValue
Source§fn default() -> StandaloneValue
fn default() -> StandaloneValue
Returns the “default value” for a type. Read more
Source§impl Display for StandaloneValue
impl Display for StandaloneValue
Source§impl Hash for StandaloneValue
impl Hash for StandaloneValue
Source§impl PartialEq for StandaloneValue
impl PartialEq for StandaloneValue
Source§impl TryFrom<&[u8]> for StandaloneValue
impl TryFrom<&[u8]> for StandaloneValue
Source§impl TryFrom<&str> for StandaloneValue
impl TryFrom<&str> for StandaloneValue
impl Copy for StandaloneValue
impl Eq for StandaloneValue
impl StructuralPartialEq for StandaloneValue
Auto Trait Implementations§
impl Freeze for StandaloneValue
impl RefUnwindSafe for StandaloneValue
impl Send for StandaloneValue
impl Sync for StandaloneValue
impl Unpin for StandaloneValue
impl UnwindSafe for StandaloneValue
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