Struct tera::FunctionRelaxedSafe
source · [−]pub struct FunctionRelaxedSafe<F> where
F: FunctionRelaxed, { /* private fields */ }
Expand description
Wrapper to make is_safe
return true
instead of false
for a trait implementation.
Trait Implementations
sourceimpl<F> From<F> for FunctionRelaxedSafe<F> where
F: FunctionRelaxed,
impl<F> From<F> for FunctionRelaxedSafe<F> where
F: FunctionRelaxed,
sourceimpl<F> FunctionRelaxed for FunctionRelaxedSafe<F> where
F: FunctionRelaxed,
impl<F> FunctionRelaxed for FunctionRelaxedSafe<F> where
F: FunctionRelaxed,
Auto Trait Implementations
impl<F> RefUnwindSafe for FunctionRelaxedSafe<F> where
F: RefUnwindSafe,
impl<F> Send for FunctionRelaxedSafe<F> where
F: Send,
impl<F> Sync for FunctionRelaxedSafe<F> where
F: Sync,
impl<F> Unpin for FunctionRelaxedSafe<F> where
F: Unpin,
impl<F> UnwindSafe for FunctionRelaxedSafe<F> where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more