Struct dnd_character::api::classes::LevelFilter
source · pub struct LevelFilter {
pub gte: Option<u8>,
pub lte: Option<u8>,
}Fields§
§gte: Option<u8>§lte: Option<u8>Trait Implementations§
source§impl Debug for LevelFilter
impl Debug for LevelFilter
Auto Trait Implementations§
impl RefUnwindSafe for LevelFilter
impl Send for LevelFilter
impl Sync for LevelFilter
impl Unpin for LevelFilter
impl UnwindSafe for LevelFilter
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