pub struct HeartbeatInput {
pub placeholder: Option<bool>,
}Fields§
§placeholder: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeartbeatInput
impl RefUnwindSafe for HeartbeatInput
impl Send for HeartbeatInput
impl Sync for HeartbeatInput
impl Unpin for HeartbeatInput
impl UnsafeUnpin for HeartbeatInput
impl UnwindSafe for HeartbeatInput
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