pub enum ChainingMode {
Owning,
Borrowing,
}Variants§
Trait Implementations§
Source§impl Clone for ChainingMode
impl Clone for ChainingMode
Source§fn clone(&self) -> ChainingMode
fn clone(&self) -> ChainingMode
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 ChainingMode
Auto Trait Implementations§
impl Freeze for ChainingMode
impl RefUnwindSafe for ChainingMode
impl Send for ChainingMode
impl Sync for ChainingMode
impl Unpin for ChainingMode
impl UnsafeUnpin for ChainingMode
impl UnwindSafe for ChainingMode
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