pub struct RemovePropertyOpArgs<'a> {
pub input: u32,
pub target_col: i32,
pub key: Option<WIPOffset<&'a str>>,
pub schema: Option<WIPOffset<Vector<'a, ForwardsUOffset<ColDef<'a>>>>>,
}Fields§
§input: u32§target_col: i32§key: Option<WIPOffset<&'a str>>§schema: Option<WIPOffset<Vector<'a, ForwardsUOffset<ColDef<'a>>>>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RemovePropertyOpArgs<'a>
impl<'a> RefUnwindSafe for RemovePropertyOpArgs<'a>
impl<'a> Send for RemovePropertyOpArgs<'a>
impl<'a> Sync for RemovePropertyOpArgs<'a>
impl<'a> Unpin for RemovePropertyOpArgs<'a>
impl<'a> UnsafeUnpin for RemovePropertyOpArgs<'a>
impl<'a> UnwindSafe for RemovePropertyOpArgs<'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