pub struct SimpleReplayBufferConfig { /* private fields */ }
Expand description
Configuration of SimpleReplayBuffer.
Implementations§
source§impl SimpleReplayBufferConfig
impl SimpleReplayBufferConfig
sourcepub fn per_config(self, per_config: Option<PerConfig>) -> Self
pub fn per_config(self, per_config: Option<PerConfig>) -> Self
Sets configuration of PER.
Trait Implementations§
source§impl Clone for SimpleReplayBufferConfig
impl Clone for SimpleReplayBufferConfig
source§fn clone(&self) -> SimpleReplayBufferConfig
fn clone(&self) -> SimpleReplayBufferConfig
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 Debug for SimpleReplayBufferConfig
impl Debug for SimpleReplayBufferConfig
source§impl Default for SimpleReplayBufferConfig
impl Default for SimpleReplayBufferConfig
source§impl<'de> Deserialize<'de> for SimpleReplayBufferConfig
impl<'de> Deserialize<'de> for SimpleReplayBufferConfig
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<SimpleReplayBufferConfig> for SimpleReplayBufferConfig
impl PartialEq<SimpleReplayBufferConfig> for SimpleReplayBufferConfig
source§fn eq(&self, other: &SimpleReplayBufferConfig) -> bool
fn eq(&self, other: &SimpleReplayBufferConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SimpleReplayBufferConfig
impl Serialize for SimpleReplayBufferConfig
impl StructuralPartialEq for SimpleReplayBufferConfig
Auto Trait Implementations§
impl RefUnwindSafe for SimpleReplayBufferConfig
impl Send for SimpleReplayBufferConfig
impl Sync for SimpleReplayBufferConfig
impl Unpin for SimpleReplayBufferConfig
impl UnwindSafe for SimpleReplayBufferConfig
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