pub struct ExpandKey { /* private fields */ }Expand description
Immutable key for expand recursion tracking.
Trait Implementations§
impl Eq for ExpandKey
impl StructuralPartialEq for ExpandKey
Auto Trait Implementations§
impl Freeze for ExpandKey
impl RefUnwindSafe for ExpandKey
impl Send for ExpandKey
impl Sync for ExpandKey
impl Unpin for ExpandKey
impl UnsafeUnpin for ExpandKey
impl UnwindSafe for ExpandKey
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