pub enum StashRoute {
Stash,
Deliver,
Release,
}Variants§
Trait Implementations§
Source§impl Clone for StashRoute
impl Clone for StashRoute
Source§fn clone(&self) -> StashRoute
fn clone(&self) -> StashRoute
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 moreimpl Copy for StashRoute
Source§impl Debug for StashRoute
impl Debug for StashRoute
impl Eq for StashRoute
Source§impl PartialEq for StashRoute
impl PartialEq for StashRoute
impl StructuralPartialEq for StashRoute
Auto Trait Implementations§
impl Freeze for StashRoute
impl RefUnwindSafe for StashRoute
impl Send for StashRoute
impl Sync for StashRoute
impl Unpin for StashRoute
impl UnsafeUnpin for StashRoute
impl UnwindSafe for StashRoute
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