pub struct NewlineBindToken { /* private fields */ }Expand description
Branded type for NewlineBind terminal
Implementations§
Source§impl NewlineBindToken
impl NewlineBindToken
Sourcepub fn into_builder(self) -> CstBuilder
pub fn into_builder(self) -> CstBuilder
Consume this token and return its builder
Trait Implementations§
Source§impl Clone for NewlineBindToken
impl Clone for NewlineBindToken
Source§fn clone(&self) -> NewlineBindToken
fn clone(&self) -> NewlineBindToken
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NewlineBindToken
impl Debug for NewlineBindToken
Source§impl From<NewlineBindToken> for BuilderNodeId
impl From<NewlineBindToken> for BuilderNodeId
Source§fn from(token: NewlineBindToken) -> Self
fn from(token: NewlineBindToken) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NewlineBindToken
impl RefUnwindSafe for NewlineBindToken
impl Send for NewlineBindToken
impl Sync for NewlineBindToken
impl Unpin for NewlineBindToken
impl UnwindSafe for NewlineBindToken
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