pub struct cycleCooldownTime;Trait Implementations§
Source§impl Field for cycleCooldownTime
impl Field for cycleCooldownTime
Auto Trait Implementations§
impl Freeze for cycleCooldownTime
impl RefUnwindSafe for cycleCooldownTime
impl Send for cycleCooldownTime
impl Sync for cycleCooldownTime
impl Unpin for cycleCooldownTime
impl UnwindSafe for cycleCooldownTime
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