Struct calyx_utils::PosString
source · [−]pub struct PosString { /* private fields */ }
Expand description
A positioned string.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PosString
impl Send for PosString
impl Sync for PosString
impl Unpin for PosString
impl UnwindSafe for PosString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more