pub enum MatchArmLeadingPipe {
Always,
Never,
Preserve,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MatchArmLeadingPipe
impl Send for MatchArmLeadingPipe
impl Sync for MatchArmLeadingPipe
impl Unpin for MatchArmLeadingPipe
impl UnwindSafe for MatchArmLeadingPipe
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