pub struct BranchDeclaration {
pub name: Ident,
pub branch: Branch,
}Fields§
§name: Ident§branch: BranchTrait Implementations§
Source§impl Clone for BranchDeclaration
impl Clone for BranchDeclaration
Source§fn clone(&self) -> BranchDeclaration
fn clone(&self) -> BranchDeclaration
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 BranchDeclaration
impl Debug for BranchDeclaration
impl Copy for BranchDeclaration
Auto Trait Implementations§
impl Freeze for BranchDeclaration
impl RefUnwindSafe for BranchDeclaration
impl Send for BranchDeclaration
impl Sync for BranchDeclaration
impl Unpin for BranchDeclaration
impl UnwindSafe for BranchDeclaration
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