#[repr(C)]pub enum CommandLinePropertiesRare {
Nothing = 0,
Endmarker = 1,
}Variants§
Trait Implementations§
Source§impl Clone for CommandLinePropertiesRare
impl Clone for CommandLinePropertiesRare
Source§fn clone(&self) -> CommandLinePropertiesRare
fn clone(&self) -> CommandLinePropertiesRare
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 CommandLinePropertiesRare
impl Debug for CommandLinePropertiesRare
impl Copy for CommandLinePropertiesRare
impl Eq for CommandLinePropertiesRare
impl StructuralPartialEq for CommandLinePropertiesRare
Auto Trait Implementations§
impl Freeze for CommandLinePropertiesRare
impl RefUnwindSafe for CommandLinePropertiesRare
impl Send for CommandLinePropertiesRare
impl Sync for CommandLinePropertiesRare
impl Unpin for CommandLinePropertiesRare
impl UnwindSafe for CommandLinePropertiesRare
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