#[repr(u8)]pub enum ScrRtf {
NO_EFFECT = 0,
NOW_EMPTY = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for ScrRtf
impl Ord for ScrRtf
Source§impl PartialOrd for ScrRtf
impl PartialOrd for ScrRtf
impl Copy for ScrRtf
impl Eq for ScrRtf
impl StructuralPartialEq for ScrRtf
Auto Trait Implementations§
impl Freeze for ScrRtf
impl RefUnwindSafe for ScrRtf
impl Send for ScrRtf
impl Sync for ScrRtf
impl Unpin for ScrRtf
impl UnwindSafe for ScrRtf
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