pub struct IndexableParams(/* private fields */);
Expand description
Wrapper around nut17::Params
to implement Indexable
for Notification
.
Trait Implementations§
Source§impl AsRef<SubId> for IndexableParams
impl AsRef<SubId> for IndexableParams
Source§impl Clone for IndexableParams
impl Clone for IndexableParams
Source§fn clone(&self) -> IndexableParams
fn clone(&self) -> IndexableParams
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 IndexableParams
impl Debug for IndexableParams
Source§impl<'de> Deserialize<'de> for IndexableParams
impl<'de> Deserialize<'de> for IndexableParams
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 Serialize for IndexableParams
impl Serialize for IndexableParams
Auto Trait Implementations§
impl Freeze for IndexableParams
impl RefUnwindSafe for IndexableParams
impl Send for IndexableParams
impl Sync for IndexableParams
impl Unpin for IndexableParams
impl UnwindSafe for IndexableParams
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