pub enum ContainerStateAst {
Open,
Closed,
Locked,
TransparentClosed,
TransparentLocked,
}Expand description
Container states expressible in the DSL.
Variants§
Trait Implementations§
Source§impl Clone for ContainerStateAst
impl Clone for ContainerStateAst
Source§fn clone(&self) -> ContainerStateAst
fn clone(&self) -> ContainerStateAst
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 ContainerStateAst
impl Debug for ContainerStateAst
Source§impl PartialEq for ContainerStateAst
impl PartialEq for ContainerStateAst
impl StructuralPartialEq for ContainerStateAst
Auto Trait Implementations§
impl Freeze for ContainerStateAst
impl RefUnwindSafe for ContainerStateAst
impl Send for ContainerStateAst
impl Sync for ContainerStateAst
impl Unpin for ContainerStateAst
impl UnwindSafe for ContainerStateAst
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