pub enum SaiChannel {
A,
B,
}
Variants§
Trait Implementations§
Source§impl Clone for SaiChannel
impl Clone for SaiChannel
Source§fn clone(&self) -> SaiChannel
fn clone(&self) -> SaiChannel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SaiChannel
Auto Trait Implementations§
impl Freeze for SaiChannel
impl RefUnwindSafe for SaiChannel
impl Send for SaiChannel
impl Sync for SaiChannel
impl Unpin for SaiChannel
impl UnwindSafe for SaiChannel
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