pub struct ForcePauseCall<'a> {
pub gid: Cow<'a, str>,
}Fields§
§gid: Cow<'a, str>Trait Implementations§
Source§impl Call for ForcePauseCall<'_>
impl Call for ForcePauseCall<'_>
Auto Trait Implementations§
impl<'a> Freeze for ForcePauseCall<'a>
impl<'a> RefUnwindSafe for ForcePauseCall<'a>
impl<'a> Send for ForcePauseCall<'a>
impl<'a> Sync for ForcePauseCall<'a>
impl<'a> Unpin for ForcePauseCall<'a>
impl<'a> UnwindSafe for ForcePauseCall<'a>
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