pub struct KgProperty {
pub name: String,
pub property_type: String,
pub operator: String,
}Expand description
A temporal property node.
Fields§
§name: String§property_type: String§operator: StringTrait Implementations§
Source§impl Clone for KgProperty
impl Clone for KgProperty
Source§fn clone(&self) -> KgProperty
fn clone(&self) -> KgProperty
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for KgProperty
impl RefUnwindSafe for KgProperty
impl Send for KgProperty
impl Sync for KgProperty
impl Unpin for KgProperty
impl UnwindSafe for KgProperty
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