pub enum ComponentProtocol {
Tsx,
Jsx,
Api,
}Expand description
Component protocol (Sprint 17)
Variants§
Trait Implementations§
Source§impl Clone for ComponentProtocol
impl Clone for ComponentProtocol
Source§fn clone(&self) -> ComponentProtocol
fn clone(&self) -> ComponentProtocol
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 moreSource§impl Debug for ComponentProtocol
impl Debug for ComponentProtocol
Source§impl PartialEq for ComponentProtocol
impl PartialEq for ComponentProtocol
impl StructuralPartialEq for ComponentProtocol
Auto Trait Implementations§
impl Freeze for ComponentProtocol
impl RefUnwindSafe for ComponentProtocol
impl Send for ComponentProtocol
impl Sync for ComponentProtocol
impl Unpin for ComponentProtocol
impl UnsafeUnpin for ComponentProtocol
impl UnwindSafe for ComponentProtocol
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