pub struct ByPulseOption<T>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for ByPulseOption<T>
impl<T: Clone> Clone for ByPulseOption<T>
Source§fn clone(&self) -> ByPulseOption<T>
fn clone(&self) -> ByPulseOption<T>
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<T: Default> Default for ByPulseOption<T>
impl<T: Default> Default for ByPulseOption<T>
Source§fn default() -> ByPulseOption<T>
fn default() -> ByPulseOption<T>
Returns the “default value” for a type. Read more
Source§impl<'de, T: Deserialize<'de>> Deserialize<'de> for ByPulseOption<T>
impl<'de, T: Deserialize<'de>> Deserialize<'de> for ByPulseOption<T>
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<T: PartialEq> PartialEq for ByPulseOption<T>
impl<T: PartialEq> PartialEq for ByPulseOption<T>
Source§impl<T: Serialize> Serialize for ByPulseOption<T>
impl<T: Serialize> Serialize for ByPulseOption<T>
impl<T: Copy> Copy for ByPulseOption<T>
impl<T> StructuralPartialEq for ByPulseOption<T>
Auto Trait Implementations§
impl<T> Freeze for ByPulseOption<T>where
T: Freeze,
impl<T> RefUnwindSafe for ByPulseOption<T>where
T: RefUnwindSafe,
impl<T> Send for ByPulseOption<T>where
T: Send,
impl<T> Sync for ByPulseOption<T>where
T: Sync,
impl<T> Unpin for ByPulseOption<T>where
T: Unpin,
impl<T> UnwindSafe for ByPulseOption<T>where
T: UnwindSafe,
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