pub enum MarkerConnectMethod {
Line,
Path,
}Expand description
Methods for connecting semantic markers
Variants§
Trait Implementations§
Source§impl Clone for MarkerConnectMethod
impl Clone for MarkerConnectMethod
Source§fn clone(&self) -> MarkerConnectMethod
fn clone(&self) -> MarkerConnectMethod
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 MarkerConnectMethod
impl Debug for MarkerConnectMethod
impl Copy for MarkerConnectMethod
Auto Trait Implementations§
impl Freeze for MarkerConnectMethod
impl RefUnwindSafe for MarkerConnectMethod
impl Send for MarkerConnectMethod
impl Sync for MarkerConnectMethod
impl Unpin for MarkerConnectMethod
impl UnwindSafe for MarkerConnectMethod
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