pub struct Asi {
pub can_end_with_asi: bool,
pub did_end_with_asi: bool,
}Fields§
§can_end_with_asi: bool§did_end_with_asi: boolImplementations§
Auto Trait Implementations§
impl Freeze for Asi
impl RefUnwindSafe for Asi
impl Send for Asi
impl Sync for Asi
impl Unpin for Asi
impl UnwindSafe for Asi
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