pub enum ComposerProfile {
Conservative,
AllWeather,
TurtleSystem,
}Variants§
Trait Implementations§
Source§impl Clone for ComposerProfile
impl Clone for ComposerProfile
Source§fn clone(&self) -> ComposerProfile
fn clone(&self) -> ComposerProfile
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 ComposerProfile
impl Debug for ComposerProfile
Source§impl<'de> Deserialize<'de> for ComposerProfile
impl<'de> Deserialize<'de> for ComposerProfile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ComposerProfile
impl Display for ComposerProfile
Source§impl PartialEq for ComposerProfile
impl PartialEq for ComposerProfile
Source§impl Serialize for ComposerProfile
impl Serialize for ComposerProfile
impl StructuralPartialEq for ComposerProfile
Auto Trait Implementations§
impl Freeze for ComposerProfile
impl RefUnwindSafe for ComposerProfile
impl Send for ComposerProfile
impl Sync for ComposerProfile
impl Unpin for ComposerProfile
impl UnsafeUnpin for ComposerProfile
impl UnwindSafe for ComposerProfile
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