pub struct DmPinnedList {
pub pinned: Option<Option<Value>>,
}Fields§
§pinned: Option<Option<Value>>Provider-shaped pinned list.
Implementations§
Source§impl DmPinnedList
impl DmPinnedList
pub fn new() -> DmPinnedList
Trait Implementations§
Source§impl Clone for DmPinnedList
impl Clone for DmPinnedList
Source§fn clone(&self) -> DmPinnedList
fn clone(&self) -> DmPinnedList
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 DmPinnedList
impl Debug for DmPinnedList
Source§impl Default for DmPinnedList
impl Default for DmPinnedList
Source§fn default() -> DmPinnedList
fn default() -> DmPinnedList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DmPinnedList
impl<'de> Deserialize<'de> for DmPinnedList
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§impl PartialEq for DmPinnedList
impl PartialEq for DmPinnedList
Source§fn eq(&self, other: &DmPinnedList) -> bool
fn eq(&self, other: &DmPinnedList) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DmPinnedList
impl Serialize for DmPinnedList
impl StructuralPartialEq for DmPinnedList
Auto Trait Implementations§
impl Freeze for DmPinnedList
impl RefUnwindSafe for DmPinnedList
impl Send for DmPinnedList
impl Sync for DmPinnedList
impl Unpin for DmPinnedList
impl UnsafeUnpin for DmPinnedList
impl UnwindSafe for DmPinnedList
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