pub enum DefinitionLocation {
Generated,
File(PathBuf, u32),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DefinitionLocation
impl Clone for DefinitionLocation
Source§fn clone(&self) -> DefinitionLocation
fn clone(&self) -> DefinitionLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DefinitionLocation
impl Debug for DefinitionLocation
Auto Trait Implementations§
impl Freeze for DefinitionLocation
impl RefUnwindSafe for DefinitionLocation
impl Send for DefinitionLocation
impl Sync for DefinitionLocation
impl Unpin for DefinitionLocation
impl UnsafeUnpin for DefinitionLocation
impl UnwindSafe for DefinitionLocation
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