pub enum BasinState {
Active,
Creating,
Deleting,
}Variants§
Trait Implementations§
Source§impl Clone for BasinState
impl Clone for BasinState
Source§fn clone(&self) -> BasinState
fn clone(&self) -> BasinState
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 BasinState
impl Debug for BasinState
impl Copy for BasinState
Auto Trait Implementations§
impl Freeze for BasinState
impl RefUnwindSafe for BasinState
impl Send for BasinState
impl Sync for BasinState
impl Unpin for BasinState
impl UnwindSafe for BasinState
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