pub enum LcdScreenCandidateResult {
Success(LcdScreenCandidate),
Failure(RejectedLcdScreenCandidate),
}Variants§
Success(LcdScreenCandidate)
Failure(RejectedLcdScreenCandidate)
Auto Trait Implementations§
impl Freeze for LcdScreenCandidateResult
impl RefUnwindSafe for LcdScreenCandidateResult
impl Send for LcdScreenCandidateResult
impl Sync for LcdScreenCandidateResult
impl Unpin for LcdScreenCandidateResult
impl UnsafeUnpin for LcdScreenCandidateResult
impl UnwindSafe for LcdScreenCandidateResult
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