pub struct MapBindToken { /* private fields */ }Expand description
Branded type for MapBind terminal
Implementations§
Source§impl MapBindToken
impl MapBindToken
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 MapBindToken
impl Clone for MapBindToken
Source§fn clone(&self) -> MapBindToken
fn clone(&self) -> MapBindToken
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 MapBindToken
impl Debug for MapBindToken
Source§impl From<MapBindToken> for BuilderNodeId
impl From<MapBindToken> for BuilderNodeId
Source§fn from(token: MapBindToken) -> Self
fn from(token: MapBindToken) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MapBindToken
impl RefUnwindSafe for MapBindToken
impl Send for MapBindToken
impl Sync for MapBindToken
impl Unpin for MapBindToken
impl UnwindSafe for MapBindToken
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