pub struct BranchName { /* private fields */ }Trait Implementations§
Source§impl Debug for BranchName
 
impl Debug for BranchName
Source§impl Display for BranchName
 
impl Display for BranchName
Auto Trait Implementations§
impl Freeze for BranchName
impl RefUnwindSafe for BranchName
impl Send for BranchName
impl Sync for BranchName
impl Unpin for BranchName
impl UnwindSafe for BranchName
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