pub struct HubPropertiesParams {
pub property: HubPropertiesProperties,
pub operation: HubPropertiesOperations,
}
Fields§
§property: HubPropertiesProperties
§operation: HubPropertiesOperations
Trait Implementations§
Source§impl Serialized for HubPropertiesParams
impl Serialized for HubPropertiesParams
Auto Trait Implementations§
impl Freeze for HubPropertiesParams
impl RefUnwindSafe for HubPropertiesParams
impl Send for HubPropertiesParams
impl Sync for HubPropertiesParams
impl Unpin for HubPropertiesParams
impl UnwindSafe for HubPropertiesParams
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