pub enum ObjDetail {
Register,
Bus,
Open(Option<Expr>, Expr),
}
Expand description
Additional mutually exclusive details that may be provided with an object declaration.
Variants§
Trait Implementations§
impl Eq for ObjDetail
impl StructuralPartialEq for ObjDetail
Auto Trait Implementations§
impl Freeze for ObjDetail
impl RefUnwindSafe for ObjDetail
impl Send for ObjDetail
impl Sync for ObjDetail
impl Unpin for ObjDetail
impl UnwindSafe for ObjDetail
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