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