pub struct KetamaConfig {
pub point_multiple: Option<u32>,
}Fields§
§point_multiple: Option<u32>Trait Implementations§
Source§impl Clone for KetamaConfig
impl Clone for KetamaConfig
Source§fn clone(&self) -> KetamaConfig
fn clone(&self) -> KetamaConfig
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 Debug for KetamaConfig
impl Debug for KetamaConfig
Source§impl Default for KetamaConfig
impl Default for KetamaConfig
Source§fn default() -> KetamaConfig
fn default() -> KetamaConfig
Returns the “default value” for a type. Read more
impl Copy for KetamaConfig
Auto Trait Implementations§
impl Freeze for KetamaConfig
impl RefUnwindSafe for KetamaConfig
impl Send for KetamaConfig
impl Sync for KetamaConfig
impl Unpin for KetamaConfig
impl UnwindSafe for KetamaConfig
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