pub enum FruitCallbackKey {
Method(&'static str),
Object(*mut u64),
}Expand description
Docs in OS X build.
Variants§
Auto Trait Implementations§
impl Freeze for FruitCallbackKey
impl RefUnwindSafe for FruitCallbackKey
impl !Send for FruitCallbackKey
impl !Sync for FruitCallbackKey
impl Unpin for FruitCallbackKey
impl UnwindSafe for FruitCallbackKey
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