Home
last modified time | relevance | path

Searched refs:clone_from (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dpunctuated.rs399 fn clone_from(&mut self, other: &Self) { in clone_from() function
400 self.inner.clone_from(&other.inner); in clone_from()
401 self.last.clone_from(&other.last); in clone_from()