Struct move_lang::parser::ast::FriendDecl
source · pub struct FriendDecl {
pub attributes: Vec<Attributes>,
pub loc: Loc,
pub friend: NameAccessChain,
}
Fields§
§attributes: Vec<Attributes>
§loc: Loc
§friend: NameAccessChain
Trait Implementations§
source§impl Clone for FriendDecl
impl Clone for FriendDecl
source§fn clone(&self) -> FriendDecl
fn clone(&self) -> FriendDecl
Returns a copy 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 more