pub struct DifLcCtrlTransCheck {
pub valid: bool,
pub token: bool,
}
Fields§
§valid: bool
Whether the transition is valid.
token: bool
Whether the transition requires a token.
Auto Trait Implementations§
impl Freeze for DifLcCtrlTransCheck
impl RefUnwindSafe for DifLcCtrlTransCheck
impl Send for DifLcCtrlTransCheck
impl Sync for DifLcCtrlTransCheck
impl Unpin for DifLcCtrlTransCheck
impl UnwindSafe for DifLcCtrlTransCheck
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