Struct matr::option::VisitOption
source · pub struct VisitOption<K: Kind, OutK: Kind, X: Expr<Option<K>>, V: OptionVisitor<K, OutK>> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<K, OutK, X, V> RefUnwindSafe for VisitOption<K, OutK, X, V>where K: RefUnwindSafe, OutK: RefUnwindSafe, V: RefUnwindSafe, X: RefUnwindSafe,
impl<K, OutK, X, V> Send for VisitOption<K, OutK, X, V>where K: Send, OutK: Send, V: Send, X: Send,
impl<K, OutK, X, V> Sync for VisitOption<K, OutK, X, V>where K: Sync, OutK: Sync, V: Sync, X: Sync,
impl<K, OutK, X, V> Unpin for VisitOption<K, OutK, X, V>where K: Unpin, OutK: Unpin, V: Unpin, X: Unpin,
impl<K, OutK, X, V> UnwindSafe for VisitOption<K, OutK, X, V>where K: UnwindSafe, OutK: UnwindSafe, V: UnwindSafe, X: UnwindSafe,
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