pub struct PoolAdminCommandReplayPolicy {
pub variant: &'static str,
pub replay_policy: ReplayPolicy,
pub implementation_status: ReplayImplementationStatus,
pub cost_class: CostClass,
pub quota_policy: Option<&'static str>,
pub cycle_reserve_policy: Option<&'static str>,
}Expand description
PoolAdminCommandReplayPolicy
Fields§
§variant: &'static str§replay_policy: ReplayPolicy§implementation_status: ReplayImplementationStatus§cost_class: CostClass§quota_policy: Option<&'static str>§cycle_reserve_policy: Option<&'static str>Trait Implementations§
Source§impl Clone for PoolAdminCommandReplayPolicy
impl Clone for PoolAdminCommandReplayPolicy
Source§fn clone(&self) -> PoolAdminCommandReplayPolicy
fn clone(&self) -> PoolAdminCommandReplayPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PoolAdminCommandReplayPolicy
Source§impl Debug for PoolAdminCommandReplayPolicy
impl Debug for PoolAdminCommandReplayPolicy
impl Eq for PoolAdminCommandReplayPolicy
Source§impl PartialEq for PoolAdminCommandReplayPolicy
impl PartialEq for PoolAdminCommandReplayPolicy
Source§fn eq(&self, other: &PoolAdminCommandReplayPolicy) -> bool
fn eq(&self, other: &PoolAdminCommandReplayPolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PoolAdminCommandReplayPolicy
Auto Trait Implementations§
impl Freeze for PoolAdminCommandReplayPolicy
impl RefUnwindSafe for PoolAdminCommandReplayPolicy
impl Send for PoolAdminCommandReplayPolicy
impl Sync for PoolAdminCommandReplayPolicy
impl Unpin for PoolAdminCommandReplayPolicy
impl UnsafeUnpin for PoolAdminCommandReplayPolicy
impl UnwindSafe for PoolAdminCommandReplayPolicy
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