pub enum PartialType {
CharactersFull,
CharactersShort,
WordsFull,
WordsShort,
}Variants§
Implementations§
Source§impl PartialType
impl PartialType
pub fn is_characters(&self) -> bool
Auto Trait Implementations§
impl Freeze for PartialType
impl RefUnwindSafe for PartialType
impl Send for PartialType
impl Sync for PartialType
impl Unpin for PartialType
impl UnwindSafe for PartialType
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