pub struct BranchOperations;
Expand description
Branch operations
Implementations§
Auto Trait Implementations§
impl Freeze for BranchOperations
impl RefUnwindSafe for BranchOperations
impl Send for BranchOperations
impl Sync for BranchOperations
impl Unpin for BranchOperations
impl UnwindSafe for BranchOperations
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