pub struct HubProperty {
pub property: HubPropertyValue,
pub operation: HubPropertyOperation,
pub reference: HubPropertyRef,
}Fields§
§property: HubPropertyValue§operation: HubPropertyOperation§reference: HubPropertyRefImplementations§
Trait Implementations§
Source§impl Clone for HubProperty
impl Clone for HubProperty
Source§fn clone(&self) -> HubProperty
fn clone(&self) -> HubProperty
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 moreSource§impl Debug for HubProperty
impl Debug for HubProperty
impl Eq for HubProperty
Source§impl PartialEq for HubProperty
impl PartialEq for HubProperty
impl StructuralPartialEq for HubProperty
Auto Trait Implementations§
impl Freeze for HubProperty
impl RefUnwindSafe for HubProperty
impl Send for HubProperty
impl Sync for HubProperty
impl Unpin for HubProperty
impl UnsafeUnpin for HubProperty
impl UnwindSafe for HubProperty
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