pub enum AssocKind {
Left,
Right,
Nonassoc,
}
Variants§
Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for AssocKind
impl<'__de, __Context> BorrowDecode<'__de, __Context> for AssocKind
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
impl Copy for AssocKind
impl StructuralPartialEq for AssocKind
Auto Trait Implementations§
impl Freeze for AssocKind
impl RefUnwindSafe for AssocKind
impl Send for AssocKind
impl Sync for AssocKind
impl Unpin for AssocKind
impl UnwindSafe for AssocKind
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