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