pub struct WithFallbacks { /* private fields */ }Implementations§
Source§impl WithFallbacks
impl WithFallbacks
pub fn new(primary: CallableHandle, alternates: Vec<CallableHandle>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithFallbacks
impl !RefUnwindSafe for WithFallbacks
impl Send for WithFallbacks
impl Sync for WithFallbacks
impl Unpin for WithFallbacks
impl UnsafeUnpin for WithFallbacks
impl !UnwindSafe for WithFallbacks
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