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