pub struct ThenOutsideIfWhileFor;Expand description
Cannot use then keyword outside of an if, while or for expression.
Trait Implementations§
Source§impl Clone for ThenOutsideIfWhileFor
impl Clone for ThenOutsideIfWhileFor
Source§fn clone(&self) -> ThenOutsideIfWhileFor
fn clone(&self) -> ThenOutsideIfWhileFor
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 ThenOutsideIfWhileFor
impl Debug for ThenOutsideIfWhileFor
Source§impl ErrorKind for ThenOutsideIfWhileFor
impl ErrorKind for ThenOutsideIfWhileFor
Source§impl PartialEq for ThenOutsideIfWhileFor
impl PartialEq for ThenOutsideIfWhileFor
impl StructuralPartialEq for ThenOutsideIfWhileFor
Auto Trait Implementations§
impl Freeze for ThenOutsideIfWhileFor
impl RefUnwindSafe for ThenOutsideIfWhileFor
impl Send for ThenOutsideIfWhileFor
impl Sync for ThenOutsideIfWhileFor
impl Unpin for ThenOutsideIfWhileFor
impl UnwindSafe for ThenOutsideIfWhileFor
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