pub enum TapMessage {
Data(Bytes),
Plist(NSObject),
}Variants§
Trait Implementations§
Source§impl Clone for TapMessage
impl Clone for TapMessage
Source§fn clone(&self) -> TapMessage
fn clone(&self) -> TapMessage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for TapMessage
impl RefUnwindSafe for TapMessage
impl Send for TapMessage
impl Sync for TapMessage
impl Unpin for TapMessage
impl UnsafeUnpin for TapMessage
impl UnwindSafe for TapMessage
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