pub enum ObjKind {
Const,
Signal,
File,
Var,
SharedVar,
}
Variants§
Trait Implementations§
impl Copy for ObjKind
impl Eq for ObjKind
impl StructuralPartialEq for ObjKind
Auto Trait Implementations§
impl Freeze for ObjKind
impl RefUnwindSafe for ObjKind
impl Send for ObjKind
impl Sync for ObjKind
impl Unpin for ObjKind
impl UnwindSafe for ObjKind
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