pub struct MatchBranch { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for MatchBranch
impl Clone for MatchBranch
Source§fn clone(&self) -> MatchBranch
fn clone(&self) -> MatchBranch
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 moreAuto Trait Implementations§
impl Freeze for MatchBranch
impl RefUnwindSafe for MatchBranch
impl Send for MatchBranch
impl Sync for MatchBranch
impl Unpin for MatchBranch
impl UnwindSafe for MatchBranch
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