pub enum BranchFormatError {
Fatal(String),
}Expand description
Errors produced while expanding branch format atoms.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BranchFormatError
impl RefUnwindSafe for BranchFormatError
impl Send for BranchFormatError
impl Sync for BranchFormatError
impl Unpin for BranchFormatError
impl UnsafeUnpin for BranchFormatError
impl UnwindSafe for BranchFormatError
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