pub struct PageBinding {
pub kind: PageBindingKind,
pub parameters: Vec<DrillthroughParameter>,
}Expand description
A page’s drillthrough/tooltip configuration (PBIR pageBinding).
Fields§
§kind: PageBindingKindWhat kind of page binding this is.
parameters: Vec<DrillthroughParameter>Fields a drillthrough caller must supply, in source order.
Trait Implementations§
Source§impl Clone for PageBinding
impl Clone for PageBinding
Source§fn clone(&self) -> PageBinding
fn clone(&self) -> PageBinding
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 PageBinding
impl Debug for PageBinding
Source§impl Default for PageBinding
impl Default for PageBinding
Source§fn default() -> PageBinding
fn default() -> PageBinding
Returns the “default value” for a type. Read more
impl Eq for PageBinding
Source§impl PartialEq for PageBinding
impl PartialEq for PageBinding
impl StructuralPartialEq for PageBinding
Auto Trait Implementations§
impl Freeze for PageBinding
impl RefUnwindSafe for PageBinding
impl Send for PageBinding
impl Sync for PageBinding
impl Unpin for PageBinding
impl UnsafeUnpin for PageBinding
impl UnwindSafe for PageBinding
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.