pub struct AliasExtIdGen { /* private fields */ }Expand description
Alias analysis id generator
Implementations§
Trait Implementations§
Source§impl Debug for AliasExtIdGen
impl Debug for AliasExtIdGen
Source§impl Default for AliasExtIdGen
impl Default for AliasExtIdGen
Source§fn default() -> AliasExtIdGen
fn default() -> AliasExtIdGen
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AliasExtIdGen
impl RefUnwindSafe for AliasExtIdGen
impl Send for AliasExtIdGen
impl Sync for AliasExtIdGen
impl Unpin for AliasExtIdGen
impl UnsafeUnpin for AliasExtIdGen
impl UnwindSafe for AliasExtIdGen
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