pub enum IdlKind {
Msg,
Srv,
}Variants§
Trait Implementations§
impl Copy for IdlKind
impl Eq for IdlKind
impl StructuralPartialEq for IdlKind
Auto Trait Implementations§
impl Freeze for IdlKind
impl RefUnwindSafe for IdlKind
impl Send for IdlKind
impl Sync for IdlKind
impl Unpin for IdlKind
impl UnsafeUnpin for IdlKind
impl UnwindSafe for IdlKind
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