pub enum WriteRoute {
Direct,
Staged,
}Variants§
Trait Implementations§
Source§impl Clone for WriteRoute
impl Clone for WriteRoute
Source§fn clone(&self) -> WriteRoute
fn clone(&self) -> WriteRoute
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 WriteRoute
Source§impl Debug for WriteRoute
impl Debug for WriteRoute
impl Eq for WriteRoute
Source§impl PartialEq for WriteRoute
impl PartialEq for WriteRoute
Source§fn eq(&self, other: &WriteRoute) -> bool
fn eq(&self, other: &WriteRoute) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WriteRoute
Auto Trait Implementations§
impl Freeze for WriteRoute
impl RefUnwindSafe for WriteRoute
impl Send for WriteRoute
impl Sync for WriteRoute
impl Unpin for WriteRoute
impl UnsafeUnpin for WriteRoute
impl UnwindSafe for WriteRoute
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