pub struct NamePartBuilder(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for NamePartBuilder
impl RefUnwindSafe for NamePartBuilder
impl Send for NamePartBuilder
impl Sync for NamePartBuilder
impl Unpin for NamePartBuilder
impl UnsafeUnpin for NamePartBuilder
impl UnwindSafe for NamePartBuilder
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