pub struct CreateWidget {
pub dashboard_id: u64,
pub visualization_id: Option<u64>,
pub text: String,
pub width: u32,
pub options: WidgetOptions,
}Fields§
§dashboard_id: u64§visualization_id: Option<u64>§text: String§width: u32§options: WidgetOptionsTrait Implementations§
Source§impl Debug for CreateWidget
impl Debug for CreateWidget
Auto Trait Implementations§
impl Freeze for CreateWidget
impl RefUnwindSafe for CreateWidget
impl Send for CreateWidget
impl Sync for CreateWidget
impl Unpin for CreateWidget
impl UnsafeUnpin for CreateWidget
impl UnwindSafe for CreateWidget
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