pub struct SelectCase {
pub variable: String,
pub channel: Box<SNode>,
pub body: Vec<SNode>,
}Fields§
§variable: String§channel: Box<SNode>§body: Vec<SNode>Trait Implementations§
Source§impl Clone for SelectCase
impl Clone for SelectCase
Source§fn clone(&self) -> SelectCase
fn clone(&self) -> SelectCase
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 moreSource§impl Debug for SelectCase
impl Debug for SelectCase
Source§impl PartialEq for SelectCase
impl PartialEq for SelectCase
impl StructuralPartialEq for SelectCase
Auto Trait Implementations§
impl Freeze for SelectCase
impl RefUnwindSafe for SelectCase
impl Send for SelectCase
impl Sync for SelectCase
impl Unpin for SelectCase
impl UnsafeUnpin for SelectCase
impl UnwindSafe for SelectCase
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