pub struct AddressableSpec {
pub name: InternedString,
pub spec: Arc<Spec>,
}
Fields§
§name: InternedString
§spec: Arc<Spec>
Trait Implementations§
Source§impl Debug for AddressableSpec
impl Debug for AddressableSpec
Source§impl PartialEq for AddressableSpec
impl PartialEq for AddressableSpec
impl StructuralPartialEq for AddressableSpec
Auto Trait Implementations§
impl Freeze for AddressableSpec
impl RefUnwindSafe for AddressableSpec
impl Send for AddressableSpec
impl Sync for AddressableSpec
impl Unpin for AddressableSpec
impl UnwindSafe for AddressableSpec
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