pub struct UsesDcl {
pub interface_type: InterfaceType,
pub id: String,
}Fields§
§interface_type: InterfaceType§id: StringTrait Implementations§
Source§impl Ord for UsesDcl
impl Ord for UsesDcl
Source§impl PartialOrd for UsesDcl
impl PartialOrd for UsesDcl
impl Eq for UsesDcl
impl StructuralPartialEq for UsesDcl
Auto Trait Implementations§
impl Freeze for UsesDcl
impl RefUnwindSafe for UsesDcl
impl Send for UsesDcl
impl Sync for UsesDcl
impl Unpin for UsesDcl
impl UnwindSafe for UsesDcl
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