pub struct DashboardPropertyUpdatedBy {}
Expand description
DashboardPropertyUpdatedBy : The ID of the user who last modified the dashboard
Implementations§
Source§impl DashboardPropertyUpdatedBy
impl DashboardPropertyUpdatedBy
Sourcepub fn new() -> DashboardPropertyUpdatedBy
pub fn new() -> DashboardPropertyUpdatedBy
The ID of the user who last modified the dashboard
Trait Implementations§
Source§impl Clone for DashboardPropertyUpdatedBy
impl Clone for DashboardPropertyUpdatedBy
Source§fn clone(&self) -> DashboardPropertyUpdatedBy
fn clone(&self) -> DashboardPropertyUpdatedBy
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 DashboardPropertyUpdatedBy
impl Debug for DashboardPropertyUpdatedBy
Source§impl Default for DashboardPropertyUpdatedBy
impl Default for DashboardPropertyUpdatedBy
Source§fn default() -> DashboardPropertyUpdatedBy
fn default() -> DashboardPropertyUpdatedBy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DashboardPropertyUpdatedBy
impl<'de> Deserialize<'de> for DashboardPropertyUpdatedBy
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 DashboardPropertyUpdatedBy
Auto Trait Implementations§
impl Freeze for DashboardPropertyUpdatedBy
impl RefUnwindSafe for DashboardPropertyUpdatedBy
impl Send for DashboardPropertyUpdatedBy
impl Sync for DashboardPropertyUpdatedBy
impl Unpin for DashboardPropertyUpdatedBy
impl UnwindSafe for DashboardPropertyUpdatedBy
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