#[repr(C)]pub struct PioObjectiveTermView {
pub kind: PioStringView,
}Expand description
One typed objective term.
Fields§
§kind: PioStringViewTrait Implementations§
Source§impl Clone for PioObjectiveTermView
impl Clone for PioObjectiveTermView
Source§fn clone(&self) -> PioObjectiveTermView
fn clone(&self) -> PioObjectiveTermView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioObjectiveTermView
Auto Trait Implementations§
impl !Send for PioObjectiveTermView
impl !Sync for PioObjectiveTermView
impl Freeze for PioObjectiveTermView
impl RefUnwindSafe for PioObjectiveTermView
impl Unpin for PioObjectiveTermView
impl UnsafeUnpin for PioObjectiveTermView
impl UnwindSafe for PioObjectiveTermView
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