pub struct StrToken { /* private fields */ }Expand description
Branded type for Str terminal
Implementations§
Source§impl StrToken
impl StrToken
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 StrToken
impl RefUnwindSafe for StrToken
impl Send for StrToken
impl Sync for StrToken
impl Unpin for StrToken
impl UnwindSafe for StrToken
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