pub struct Construct(pub FastStr);
Tuple Fields§
§0: FastStr
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Construct
impl RefUnwindSafe for Construct
impl Send for Construct
impl Sync for Construct
impl Unpin for Construct
impl UnwindSafe for Construct
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