Struct character_set::InsertAction
source · [−]Fields
insert: Vec<Range<u32>>error: Option<Error>Trait Implementations
sourceimpl Clone for InsertAction
impl Clone for InsertAction
sourcefn clone(&self) -> InsertAction
fn clone(&self) -> InsertAction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for InsertAction
impl Debug for InsertAction
sourceimpl From<(u32, u32)> for InsertAction
impl From<(u32, u32)> for InsertAction
sourceimpl From<Range<char>> for InsertAction
impl From<Range<char>> for InsertAction
sourceimpl From<Range<u32>> for InsertAction
impl From<Range<u32>> for InsertAction
sourceimpl From<RangeInclusive<char>> for InsertAction
impl From<RangeInclusive<char>> for InsertAction
sourcefn from(range: RangeInclusive<char>) -> Self
fn from(range: RangeInclusive<char>) -> Self
Converts to this type from the input type.
sourceimpl From<RangeInclusive<u32>> for InsertAction
impl From<RangeInclusive<u32>> for InsertAction
sourcefn from(range: RangeInclusive<u32>) -> Self
fn from(range: RangeInclusive<u32>) -> Self
Converts to this type from the input type.
sourceimpl From<char> for InsertAction
impl From<char> for InsertAction
Auto Trait Implementations
impl RefUnwindSafe for InsertAction
impl Send for InsertAction
impl Sync for InsertAction
impl Unpin for InsertAction
impl UnwindSafe for InsertAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more