pub struct SharedNotificationProfileRef { /* private fields */ }Expand description
A reference version of SharedNotificationProfile that is used when passing or retrieving a
SharedNotificationProfile object as part of another object.
Trait Implementations§
Source§fn clone(&self) -> SharedNotificationProfileRef
fn clone(&self) -> SharedNotificationProfileRef
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§fn ref_(&self) -> Option<String>
fn ref_(&self) -> Option<String>
Returns the reference string of the SharedNotificationProfileRef object.
Source§fn name(&self) -> String
fn name(&self) -> String
Returns the name of the SharedNotificationProfileRef object.
Source§fn unique_name(&self) -> String
fn unique_name(&self) -> String
Returns the unique name of the SharedNotificationProfileRef object.
This name is used to identify the SharedNotificationProfileRef when building the HashMap for a
ConfigRefMap.
type FullObject = SharedNotificationProfile
Source§fn default() -> SharedNotificationProfileRef
fn default() -> SharedNotificationProfileRef
Returns the “default value” for a type. Read more
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
Source§fn from(item: Arc<SharedNotificationProfile>) -> Self
fn from(item: Arc<SharedNotificationProfile>) -> Self
Converts to this type from the input type.
Source§fn from(shared_notification_profile: SharedNotificationProfile) -> Self
fn from(shared_notification_profile: SharedNotificationProfile) -> Self
Creates a new SharedNotificationProfileRef instance from a SharedNotificationProfile object.
§Arguments
shared_notification_profile- ASharedNotificationProfileobject containing the details of the shared notification profile.
§Returns
A SharedNotificationProfileRef object containing the reference to the shared notification profile.
Source§fn eq(&self, other: &SharedNotificationProfileRef) -> bool
fn eq(&self, other: &SharedNotificationProfileRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
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.