pub struct StaticTipProvider { /* private fields */ }Implementations§
Trait Implementations§
Source§impl TipProvider for StaticTipProvider
impl TipProvider for StaticTipProvider
Auto Trait Implementations§
impl !Freeze for StaticTipProvider
impl RefUnwindSafe for StaticTipProvider
impl Send for StaticTipProvider
impl Sync for StaticTipProvider
impl Unpin for StaticTipProvider
impl UnsafeUnpin for StaticTipProvider
impl UnwindSafe for StaticTipProvider
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