pub struct RustTrait {
pub name: String,
pub has_methods: bool,
}
Fields§
§name: String
§has_methods: bool
Trait Implementations§
impl StructuralPartialEq for RustTrait
Auto Trait Implementations§
impl Freeze for RustTrait
impl RefUnwindSafe for RustTrait
impl Send for RustTrait
impl Sync for RustTrait
impl Unpin for RustTrait
impl UnwindSafe for RustTrait
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