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