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