pub struct ThrottleReasons(_);
Trait Implementations
sourceimpl Display for ThrottleReasons
impl Display for ThrottleReasons
sourceimpl From<ThrottleReasons> for ThrottleReasons
impl From<ThrottleReasons> for ThrottleReasons
Auto Trait Implementations
impl RefUnwindSafe for ThrottleReasons
impl Send for ThrottleReasons
impl Sync for ThrottleReasons
impl Unpin for ThrottleReasons
impl UnwindSafe for ThrottleReasons
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