pub struct WriteToFile<O> { /* private fields */ }
Expand description
Write parameter vectors to file
Implementations§
Source§impl<O: ArgminOp> WriteToFile<O>
impl<O: ArgminOp> WriteToFile<O>
Sourcepub fn serializer(self, serializer: WriteToFileSerializer) -> Self
pub fn serializer(self, serializer: WriteToFileSerializer) -> Self
Set serializer
Trait Implementations§
Source§impl<O: Clone> Clone for WriteToFile<O>
impl<O: Clone> Clone for WriteToFile<O>
Source§fn clone(&self) -> WriteToFile<O>
fn clone(&self) -> WriteToFile<O>
Returns a copy 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<O: Debug> Debug for WriteToFile<O>
impl<O: Debug> Debug for WriteToFile<O>
Source§impl<'de, O> Deserialize<'de> for WriteToFile<O>
impl<'de, O> Deserialize<'de> for WriteToFile<O>
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<O: ArgminOp> Observe<O> for WriteToFile<O>
impl<O: ArgminOp> Observe<O> for WriteToFile<O>
Source§impl<O: Ord> Ord for WriteToFile<O>
impl<O: Ord> Ord for WriteToFile<O>
Source§fn cmp(&self, other: &WriteToFile<O>) -> Ordering
fn cmp(&self, other: &WriteToFile<O>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<O: PartialEq> PartialEq for WriteToFile<O>
impl<O: PartialEq> PartialEq for WriteToFile<O>
Source§impl<O: PartialOrd> PartialOrd for WriteToFile<O>
impl<O: PartialOrd> PartialOrd for WriteToFile<O>
Source§impl<O> Serialize for WriteToFile<O>
impl<O> Serialize for WriteToFile<O>
impl<O: Eq> Eq for WriteToFile<O>
impl<O> StructuralPartialEq for WriteToFile<O>
Auto Trait Implementations§
impl<O> Freeze for WriteToFile<O>
impl<O> RefUnwindSafe for WriteToFile<O>where
O: RefUnwindSafe,
impl<O> Send for WriteToFile<O>where
O: Send,
impl<O> Sync for WriteToFile<O>where
O: Sync,
impl<O> Unpin for WriteToFile<O>where
O: Unpin,
impl<O> UnwindSafe for WriteToFile<O>where
O: 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