pub struct TextP { /* private fields */ }
Implementations§
Source§impl TextP
impl TextP
pub fn operator(&self) -> &String
pub fn value(&self) -> &GValue
pub fn containing<V>(value: V) -> TextPwhere
V: ToGValue,
pub fn starting_with<V>(value: V) -> TextPwhere
V: ToGValue,
pub fn ending_with<V>(value: V) -> TextPwhere
V: ToGValue,
pub fn not_starting_with<V>(value: V) -> TextPwhere
V: ToGValue,
pub fn not_ending_with<V>(value: V) -> TextPwhere
V: ToGValue,
pub fn not_containing<V>(value: V) -> TextPwhere
V: ToGValue,
Trait Implementations§
impl StructuralPartialEq for TextP
Auto Trait Implementations§
impl Freeze for TextP
impl RefUnwindSafe for TextP
impl Send for TextP
impl Sync for TextP
impl Unpin for TextP
impl UnwindSafe for TextP
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