mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	 8307fd7901
			
		
	
	
		8307fd7901
		
	
	
	
	
		
			
			Since these elements now use `white-space: pre-wrap` since 784665d4ce59c5239791f1f96fa2137e47ca1817, it's fine to use newlines for formatting, which is smaller and a bit less complicated.
		
			
				
	
	
		
			8 lines
		
	
	
		
			643 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			643 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <pre class="rust item-decl"><code>pub trait ToOwned<T><span class="where fmt-newline">where
 | |
|     T: <a class="trait" href="{{channel}}/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</span>{
 | |
|     type <a href="#associatedtype.Owned" class="associatedtype">Owned</a>;
 | |
| 
 | |
|     // Required methods
 | |
|     fn <a href="#tymethod.to_owned" class="fn">to_owned</a>(&self) -> Self::<a class="associatedtype" href="trait.ToOwned.html#associatedtype.Owned" title="type foo::ToOwned::Owned">Owned</a>;
 | |
| <span class="item-spacer" />    fn <a href="#tymethod.whatever" class="fn">whatever</a>(&self) -> T;
 | |
| }</code></pre> |