pub struct DashboardPropertyCreatedBy {}
Expand description
DashboardPropertyCreatedBy : The ID of the user who created the dashboard
Implementations§
Source§impl DashboardPropertyCreatedBy
impl DashboardPropertyCreatedBy
Sourcepub fn new() -> DashboardPropertyCreatedBy
pub fn new() -> DashboardPropertyCreatedBy
The ID of the user who created the dashboard
Trait Implementations§
Source§impl Clone for DashboardPropertyCreatedBy
impl Clone for DashboardPropertyCreatedBy
Source§fn clone(&self) -> DashboardPropertyCreatedBy
fn clone(&self) -> DashboardPropertyCreatedBy
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 moreSource§impl Debug for DashboardPropertyCreatedBy
impl Debug for DashboardPropertyCreatedBy
Source§impl Default for DashboardPropertyCreatedBy
impl Default for DashboardPropertyCreatedBy
Source§fn default() -> DashboardPropertyCreatedBy
fn default() -> DashboardPropertyCreatedBy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DashboardPropertyCreatedBy
impl<'de> Deserialize<'de> for DashboardPropertyCreatedBy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for DashboardPropertyCreatedBy
Auto Trait Implementations§
impl Freeze for DashboardPropertyCreatedBy
impl RefUnwindSafe for DashboardPropertyCreatedBy
impl Send for DashboardPropertyCreatedBy
impl Sync for DashboardPropertyCreatedBy
impl Unpin for DashboardPropertyCreatedBy
impl UnwindSafe for DashboardPropertyCreatedBy
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