pub struct TextToken { /* private fields */ }Expand description
Branded type for Text terminal
Implementations§
Source§impl TextToken
impl TextToken
Sourcepub fn into_builder(self) -> CstBuilder
pub fn into_builder(self) -> CstBuilder
Consume this token and return its builder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextToken
impl RefUnwindSafe for TextToken
impl Send for TextToken
impl Sync for TextToken
impl Unpin for TextToken
impl UnwindSafe for TextToken
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