pub struct CWE;
Trait Implementations§
Source§impl HasField<__typename> for CWE
impl HasField<__typename> for CWE
Source§impl HasField<description> for CWE
impl HasField<description> for CWE
impl HasSubtype<CWE> for Node
Auto Trait Implementations§
impl Freeze for CWE
impl RefUnwindSafe for CWE
impl Send for CWE
impl Sync for CWE
impl Unpin for CWE
impl UnwindSafe for CWE
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