Struct log4rs::append::rolling_file::policy::compound::roll::delete::DeleteRollerDeserializer
source · [−]pub struct DeleteRollerDeserializer;
Expand description
Trait Implementations
sourceimpl Deserialize for DeleteRollerDeserializer
impl Deserialize for DeleteRollerDeserializer
type Config = DeleteRollerConfig
type Config = DeleteRollerConfig
This deserializer’s configuration.
sourcefn deserialize(
&self,
_: DeleteRollerConfig,
_: &Deserializers
) -> Result<Box<dyn Roll>, Box<dyn Error + Sync + Send>>
fn deserialize(
&self,
_: DeleteRollerConfig,
_: &Deserializers
) -> Result<Box<dyn Roll>, Box<dyn Error + Sync + Send>>
Create a new trait object based on the provided config.
Auto Trait Implementations
impl RefUnwindSafe for DeleteRollerDeserializer
impl Send for DeleteRollerDeserializer
impl Sync for DeleteRollerDeserializer
impl Unpin for DeleteRollerDeserializer
impl UnwindSafe for DeleteRollerDeserializer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more